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:
ppigazzini
2022-12-08 20:50:32 +01:00
committed by Joost VandeVondele
parent 74fb936dbd
commit aa603cfeeb
6 changed files with 137 additions and 20 deletions

View File

@@ -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