Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
bitxeno committed Jul 14, 2023
1 parent e74a301 commit 838ea1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
mv build/libusbmuxd/libusbmuxd*.deb artifact/
mv build/libimobiledevice/libimobiledevice*.deb artifact/
mv usbmuxd*.deb artifact/
rename "s/amd64/${{ matrix.target.arch }}/" ./artifact/*
rename "s/x86_64/amd64/" ./artifact/*
tar -czvf usbmuxd2-ubuntu-${{ matrix.target.arch }}.tar.gz -C artifact .
- name: Archive package
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
mv build/libusbmuxd/libusbmuxd*.deb artifact/
mv build/libimobiledevice/libimobiledevice*.deb artifact/
mv usbmuxd*.deb artifact/
rename "s/arm64/${{ matrix.target.arch }}/" ./artifact/*
rename "s/aarch64/arm64/" ./artifact/*
tar -czvf usbmuxd2-ubuntu-${{ matrix.target.arch }}.tar.gz -C artifact .
- name: Archive package
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 838ea1f

Please sign in to comment.