Skip to content

Commit

Permalink
ci: 🚀 fix execute permission
Browse files Browse the repository at this point in the history
  • Loading branch information
OnCloud125252 committed Apr 23, 2024
1 parent 73880b0 commit 08bbf15
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 @@ -49,6 +49,9 @@ jobs:
run: |
upx -f --best --lzma dist/cm-cli_linux_amd64_uncompressed -o dist/cm-cli_linux_amd64
- name: Add execute permission
run: sudo chmod 755 dist/cm-cli_linux_amd64

- name: Upload artifact
uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit 08bbf15

Please sign in to comment.