8000 apply to CI and remove leftover · arduino/arduino-fwuploader@46f0589 · GitHub
[go: up one dir, main page]

Skip to content

Commit 46f0589

Browse files
committed
apply to CI and remove leftover
1 parent 5e782c0 commit 46f0589

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ jobs:
9090
# so we need to add execution permission back.
9191
chmod +x dist/macos64/arduino-fwuploader
9292
TAG=${GITHUB_REF/refs\/tags\//}
93-
tar cjf dist/arduino-fwuploader_${TAG}_macOS_64bit.tar.bz2 \
94-
firmwares \
93+
tar czf dist/arduino-fwuploader_${TAG}_macOS_64bit.tar.gz \
9594
LICENSE.txt \
9695
-C dist/macos64/ arduino-fwuploader
9796

0 commit comments

Comments
 (0)
0