Set correct file permissions for Linux/OSX release assets (#1223)

This commit is contained in:
Oleksii Holub 2024-04-28 18:53:36 +03:00 committed by GitHub
parent 9b3421e8a5
commit 61444aad30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}/