From a7376dd41fecf95643b5dd945529a95cb9444b39 Mon Sep 17 00:00:00 2001 From: tomboylover93 <95257311+tomboylover93@users.noreply.github.com> Date: Sun, 12 Oct 2025 22:59:02 +0000 Subject: [PATCH] Mark linux-sdl and macos-sdl binaries as executable (#3730) --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d9ece3e8..5e9fbd342 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -459,6 +459,11 @@ jobs: uses: actions/download-artifact@v5 with: path: ./artifacts + + - name: Make SDL artifacts executable + run: | + chmod -R a+x ./artifacts/shadps4-linux-sdl-* + chmod -R a+x ./artifacts/shadps4-macos-sdl-* - name: Compress individual directories (without parent directory) run: |