From 61444aad305080e6f499088db5794f0e81d0f7c0 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Sun, 28 Apr 2024 18:53:36 +0300 Subject: [PATCH] Set correct file permissions for Linux/OSX release assets (#1223) --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e53568d5..e9596827 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}/