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 0f0928a commit 5576522
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 @@ -49,7 +49,7 @@ jobs:
run: |
mkdir -p dest
DESTDIR=`pwd`/dest make install
tar -C dest -cf libirecovery.tar lib usr
tar -C dest -cf libirecovery.tar --strip-components 1 .
- name: publish artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5576522

Please sign in to comment.