Skip to content

Commit

Permalink
Set correct file permissions for Linux/OSX release assets (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz authored Apr 28, 2024
1 parent 9b3421e commit 61444aa
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 61444aa

Please sign in to comment.