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:
parent
abcc090a62
commit
c83c7f4e71
1 changed files with 1 additions and 0 deletions
1
.github/workflows/upload_binaries.yml
vendored
1
.github/workflows/upload_binaries.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue