diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c360dfa..d4ba96a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - name: Copy Models run: | mkdir -p target/jfx/app - cp -r models/* target/jfx/app/ + cp -r models target/jfx/app/ - name: Build with Docker run: | @@ -42,4 +42,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: target-jfx-native-linux-x64 - path: target/jfx/native \ No newline at end of file + path: target/jfx/native/ \ No newline at end of file