Uncomment artifact archiving step in build workflow

This commit is contained in:
Jay Lee
2026-05-18 19:16:05 -04:00
committed by GitHub
parent 1ca5b1a610
commit e25c302616

View File

@@ -713,16 +713,16 @@ jobs:
write-host "sleeping during login..."
Start-Sleep 10
# - name: Archive artifacts
# uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
# if: runner.os == 'Windows'
# with:
# archive: true
# name: images-${{ matrix.os }}
# if-no-files-found: ignore
# path: |
# ${{ github.workspace }}/*.png
# ${{ github.workspace }}/*.log
- name: Archive artifacts
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
if: runner.os == 'Windows'
with:
archive: true
name: images-${{ matrix.os }}
if-no-files-found: ignore
path: |
${{ github.workspace }}/*.png
${{ github.workspace }}/*.log
- name: Sign gam.exe
if: runner.os == 'Windows'