Archive PNG artifacts in build workflow

Add step to archive PNG artifacts on Windows.
This commit is contained in:
Jay Lee
2026-03-04 16:21:06 -05:00
committed by GitHub
parent 9348f57141
commit c95997e2d5

View File

@@ -853,6 +853,15 @@ jobs:
path: |
gam*.exe
- name: Archive png artifacts
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
if: runner.os == 'Windows'
with:
archive: true
if-no-files-found: ignore
path: |
*.png
- name: Basic Tests build jobs only
if: matrix.goal != 'test' && steps.cache-python-ssl.outputs.cache-hit != 'true'
run: |