mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 03:57:45 +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:
committed by
Joost VandeVondele
parent
abcc090a62
commit
c83c7f4e71
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user