We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e78509 commit 873660fCopy full SHA for 873660f
.github/workflows/release.yml
@@ -86,6 +86,9 @@ jobs:
86
- name: Re-package binary and update checksum
87
# Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
88
run: |
89
+ # GitHub's upload/download-artifact@v2 actions don't preserve file permissions,
90
+ # so we need to add execution permission back.
91
+ chmod +x dist/macos64/FirmwareUploader
92
TAG=${GITHUB_REF/refs\/tags\//}
93
tar cjf dist/FirmwareUploader_${TAG}_macOS_64bit.tar.bz2 \
94
firmwares \
0 commit comments