Skip to content

Commit

Permalink
fix CI not setting executable permission to mac binary (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
umbynos committed Apr 23, 2021
1 parent 6e78509 commit 873660f
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit 873660f

Please sign in to comment.