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 add8532 commit e0e7fd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ 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 All @@ -72,6 +69,9 @@ jobs:
name: cm-cli
path: dist

- name: Add execute permission
run: sudo chmod 755 dist/cm-cli_linux_amd64

- name: Create release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit e0e7fd4

Please sign in to comment.