Skip to content

Commit

Permalink
[github-actions] Use same artifact preparation for macOS too
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Feb 1, 2025
1 parent 5576522 commit 6462ea1
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 @@ -109,7 +109,7 @@ jobs:
run: |
mkdir -p dest
DESTDIR=`pwd`/dest make install
tar -C dest -cf libirecovery.tar 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 6462ea1

Please sign in to comment.