Skip to content

Commit

Permalink
test success with github action
Browse files Browse the repository at this point in the history
  • Loading branch information
litongjava committed Nov 24, 2023
1 parent a102d8b commit ee0b2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -42,4 +42,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: target-jfx-native-linux-x64
path: target/jfx/native
path: target/jfx/native/

0 comments on commit ee0b2c0

Please sign in to comment.