Przeglądaj źródła

[github-actions] Use same artifact preparation for macOS too

Nikias Bassen 2 miesięcy temu
rodzic
commit
6462ea1506
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -109,7 +109,7 @@ jobs:
       run: |
       run: |
           mkdir -p dest
           mkdir -p dest
           DESTDIR=`pwd`/dest make install
           DESTDIR=`pwd`/dest make install
-          tar -C dest -cf libirecovery.tar usr
+          tar -C dest -cf libirecovery.tar --strip-components 1 .
     - name: publish artifact
     - name: publish artifact
       uses: actions/upload-artifact@v4
       uses: actions/upload-artifact@v4
       with:
       with: