Mark linux-sdl and macos-sdl binaries as executable (#3730)

This commit is contained in:
tomboylover93
2025-10-12 22:59:02 +00:00
committed by GitHub
parent 6b6294a750
commit a7376dd41f

View File

@@ -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: |