mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-06 10:53:50 +08: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
1
.github/workflows/upload_binaries.yml
vendored
1
.github/workflows/upload_binaries.yml
vendored
@@ -65,6 +65,7 @@ jobs:
|
||||
- name: Create tar
|
||||
if: runner.os != 'Windows'
|
||||
run: |
|
||||
chmod +x ./stockfish/stockfish-$NAME-$BINARY$EXT
|
||||
tar -cvf stockfish-$NAME-$BINARY.tar stockfish
|
||||
|
||||
- name: Create zip
|
||||
|
||||
Reference in New Issue
Block a user