1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 16:23:09 +00:00

Make binaries executable again in CI

closes https://github.com/official-stockfish/Stockfish/pull/5072

No functional change
This commit is contained in:
Disservin 2024-02-24 20:30:40 +01:00 committed by Joost VandeVondele
parent abcc090a62
commit c83c7f4e71

View file

@ -65,6 +65,7 @@ jobs:
- name: Create tar - name: Create tar
if: runner.os != 'Windows' if: runner.os != 'Windows'
run: | run: |
chmod +x ./stockfish/stockfish-$NAME-$BINARY$EXT
tar -cvf stockfish-$NAME-$BINARY.tar stockfish tar -cvf stockfish-$NAME-$BINARY.tar stockfish
- name: Create zip - name: Create zip