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