summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:
49 run: | 49 run: |
50 mkdir -p dest 50 mkdir -p dest
51 DESTDIR=`pwd`/dest make install 51 DESTDIR=`pwd`/dest make install
52 tar -C dest -cf libirecovery.tar lib usr 52 tar -C dest -cf libirecovery.tar --strip-components 1 .
53 - name: publish artifact 53 - name: publish artifact
54 uses: actions/upload-artifact@v4 54 uses: actions/upload-artifact@v4
55 with: 55 with: