Skip to content

Commit

Permalink
Make binaries executable again in CI
Browse files Browse the repository at this point in the history
closes #5072

No functional change
  • Loading branch information
Disservin authored and vondele committed Mar 3, 2024
1 parent abcc090 commit c83c7f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload_binaries.yml
Expand Up @@ -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
Expand Down

0 comments on commit c83c7f4

Please sign in to comment.