Skip to content

Commit

Permalink
Ensure execute permission is set for releases. (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
webbju authored Aug 8, 2022
1 parent b27d0c0 commit e5584a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ jobs:
name: dist-win32-x64
path: dist-win32-x64

- name: Set execute permission
run: |
chmod +x dist-linux-x64/longtail
chmod +x dist-macos-x64/longtail
- name: Rename artifacts
run: |
cp dist-linux-x64/longtail longtail-linux-x64
Expand Down

0 comments on commit e5584a0

Please sign in to comment.