Skip to content

Commit

Permalink
chore: update target output path
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Dec 19, 2023
1 parent 747582c commit 650021a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: libfliptengine-${{ matrix.platform.name }}
path: target/${{ matrix.platform.target }}/release/*.(so|dll|dylib|h)
path: target/release/*.(so|dll|dylib|h)
retention-days: 5

0 comments on commit 650021a

Please sign in to comment.