Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:
- name: Re-package binary and update checksum
# Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
run: |
# GitHub's upload/download-artifact@v2 actions don't preserve file permissions,
# so we need to add execution permission back.
chmod +x dist/macos64/FirmwareUploader
TAG=${GITHUB_REF/refs\/tags\//}
tar cjf dist/FirmwareUploader_${TAG}_macOS_64bit.tar.bz2 \
firmwares \
Expand Down