Update image path in build workflow

Change image path to include parent directory for PNG files.
This commit is contained in:
Jay Lee
2026-04-24 20:40:21 -04:00
committed by GitHub
parent 245c9ca9d7
commit ed2801d612

View File

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