Skip to content

Commit

Permalink
[github-actions] Fix artifact preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Feb 1, 2025
1 parent 0cdf92d commit 523f700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
mkdir -p dest
DESTDIR=`pwd`/dest make install
tar -C dest -cf usbmuxd.tar usr lib
tar -C dest -cf usbmuxd.tar --strip-components 1 .
- name: publish artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 523f700

Please sign in to comment.