Modify artifact archiving to include log files

Updated the artifact archiving step to include log files.
This commit is contained in:
Jay Lee
2026-04-26 08:09:44 -04:00
committed by GitHub
parent 1ee31b15b2
commit 9e44511872

View File

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