[CI] Cleanup artifact content

removes temp_builds directory before packaging

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

No functional change
This commit is contained in:
Joost VandeVondele
2026-04-19 12:26:47 +02:00
parent 1e333b341c
commit edfd021257
+3 -1
View File
@@ -136,7 +136,9 @@ jobs:
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
run: |
rm -fR src/temp_builds
git -C src clean -fx
- name: Upload artifact for (pre)-release
uses: actions/upload-artifact@v4