mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 07:43:31 -07:00
Set correct file permissions for Linux/OSX release assets (#1223)
This commit is contained in:
parent
9b3421e8a5
commit
61444aad30
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -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 }}/
|
||||
|
|
|
|||
Loading…
Reference in a new issue