mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-11 06:08:34 +00:00
Mark linux-sdl and macos-sdl binaries as executable (#3730)
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -460,6 +460,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: ./artifacts
|
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)
|
- name: Compress individual directories (without parent directory)
|
||||||
run: |
|
run: |
|
||||||
cd ./artifacts
|
cd ./artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user