summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2025-02-01 21:03:48 +0100
committerGravatar Nikias Bassen2025-02-01 21:03:48 +0100
commit557652203c08073d84e23f273c80f736be9661c4 (patch)
tree0c73beb69b5e595bc926953a872da75b80e9d8c3 /.github/workflows/build.yml
parent0f0928a20ae18fe41969673e214ed52450ed78c0 (diff)
downloadlibirecovery-557652203c08073d84e23f273c80f736be9661c4.tar.gz
libirecovery-557652203c08073d84e23f273c80f736be9661c4.tar.bz2
[github-actions] Fix artifact preparation
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 04d942d..8ee0ffd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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: