Skip to content

Commit

Permalink
ci: fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
Master-Hash committed Jan 21, 2025
1 parent 81bed04 commit 663cbfa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,7 @@ jobs:
uses: actions/upload-artifact@master
with:
name: ${{ matrix.job.target }}-libEWT-${{ matrix.job.feature }}
path: target/release/*.{dll,so,dylib}
path: |
target/${{ matrix.job.target }}/release/*.dll
target/${{ matrix.job.target }}/release/*.so
target/${{ matrix.job.target }}/release/*.dylib

0 comments on commit 663cbfa

Please sign in to comment.