mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-06 10:53:50 +08:00
GitHub Action: upload ARM artifacts
And some clean up in other files. closes https://github.com/official-stockfish/Stockfish/pull/4269 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
74fb936dbd
commit
aa603cfeeb
3
.github/workflows/stockfish.yml
vendored
3
.github/workflows/stockfish.yml
vendored
@@ -19,3 +19,6 @@ jobs:
|
||||
Binaries:
|
||||
if: github.ref == 'refs/heads/master'
|
||||
uses: ./.github/workflows/stockfish_binaries.yml
|
||||
ARM_Binaries:
|
||||
if: github.ref == 'refs/heads/master'
|
||||
uses: ./.github/workflows/stockfish_arm_binaries.yml
|
||||
|
||||
Reference in New Issue
Block a user