Skip to content

Commit

Permalink
Set correct file permissions for Linux/OSX release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Apr 28, 2024
1 parent 9b3421e commit ad9fcb6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,11 @@ jobs:
with:
name: ${{ matrix.asset }}.${{ matrix.rid }}
path: ${{ matrix.app }}/


- name: Set permissions
if: !startsWith(matrix.rid, 'win')
run: chmod +x ${{ matrix.app }}/${{ matrix.asset }}

- name: Create package
# Change into the artifacts directory to avoid including the directory itself in the zip archive
working-directory: ${{ matrix.app }}/
Expand Down

0 comments on commit ad9fcb6

Please sign in to comment.