From 557652203c08073d84e23f273c80f736be9661c4 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 1 Feb 2025 21:03:48 +0100 Subject: [github-actions] Fix artifact preparation --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.1-32-gdbae