diff options
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77a0ff5..1ced463 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -69,7 +69,7 @@ jobs: | |||
| 69 | run: | | 69 | run: | |
| 70 | mkdir -p dest | 70 | mkdir -p dest |
| 71 | DESTDIR=`pwd`/dest make install | 71 | DESTDIR=`pwd`/dest make install |
| 72 | tar -C dest -cf usbmuxd.tar usr lib | 72 | tar -C dest -cf usbmuxd.tar --strip-components 1 . |
| 73 | - name: publish artifact | 73 | - name: publish artifact |
| 74 | uses: actions/upload-artifact@v4 | 74 | uses: actions/upload-artifact@v4 |
| 75 | with: | 75 | with: |
