[CI] Cleanup artifact content (part 2)

removes temp_builds directory before packaging, even more.

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

No functional change
This commit is contained in:
Joost VandeVondele
2026-04-19 13:51:09 +02:00
parent edfd021257
commit 4a6c7e77a5
+3 -1
View File
@@ -195,7 +195,9 @@ jobs:
run: ./scripts/check_universal.sh ./stockfish-windows-x86-64-universal.exe "$SDE_DIR/sde" "$benchref" run: ./scripts/check_universal.sh ./stockfish-windows-x86-64-universal.exe "$SDE_DIR/sde" "$benchref"
- name: Remove non src files - 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 - name: Upload artifact for (pre)-release
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4