Skip to content

Commit 523f700

Browse files
committed
[github-actions] Fix artifact preparation
1 parent 0cdf92d commit 523f700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
mkdir -p dest
7171
DESTDIR=`pwd`/dest make install
72-
tar -C dest -cf usbmuxd.tar usr lib
72+
tar -C dest -cf usbmuxd.tar --strip-components 1 .
7373
- name: publish artifact
7474
uses: actions/upload-artifact@v4
7575
with:

0 commit comments

Comments
 (0)