Add universal binaries to prerelease page

closes https://github.com/official-stockfish/Stockfish/pull/6744

No functional change
This commit is contained in:
anematode
2026-04-19 11:09:24 +02:00
committed by Joost VandeVondele
parent ce7848f7cc
commit 1e333b341c
3 changed files with 47 additions and 2 deletions
+14 -2
View File
@@ -135,11 +135,17 @@ jobs:
- name: Check arch selection under SDE
run: ./scripts/check_universal.sh ./stockfish-ubuntu-x86-64-universal "$SDE_DIR/sde" "$benchref"
- name: Remove non src files
run: git -C src clean -fx
- name: Upload artifact for (pre)-release
uses: actions/upload-artifact@v4
with:
name: ubuntu x86-64-universal
path: stockfish-ubuntu-x86-64-universal
path: |
.
!.git
!.output
UniversalWindows:
name: Windows x86-64 Universal
@@ -186,8 +192,14 @@ jobs:
- name: Check arch selection under SDE
run: ./scripts/check_universal.sh ./stockfish-windows-x86-64-universal.exe "$SDE_DIR/sde" "$benchref"
- name: Remove non src files
run: git -C src clean -fx
- name: Upload artifact for (pre)-release
uses: actions/upload-artifact@v4
with:
name: windows x86-64-universal
path: stockfish-windows-x86-64-universal.exe
path: |
.
!.git
!.output