Update build.yml

This commit is contained in:
Jay Lee
2026-03-04 16:30:32 -05:00
committed by GitHub
parent c95997e2d5
commit 9181a35c10

View File

@@ -722,6 +722,15 @@ jobs:
write-host "sleeping during login..."
Start-Sleep 10
- 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: Sign gam.exe
if: runner.os == 'Windows'
shell: pwsh
@@ -853,15 +862,6 @@ 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: |