Fix image path in build.yml for archiving

Update image path in build workflow to use GitHub workspace.
This commit is contained in:
Jay Lee
2026-04-24 20:46:44 -04:00
committed by GitHub
parent ed2801d612
commit e24e127055

View File

@@ -744,7 +744,7 @@ jobs:
name: images-${{ matrix.os }}
if-no-files-found: ignore
path: |
../*.png
${{ github.workspace }}/*.png
- name: Sign gam.exe
if: runner.os == 'Windows'