Update paths for gam executable in build workflow

This commit is contained in:
Jay Lee
2026-03-03 15:19:53 -05:00
committed by GitHub
parent a30f8c325f
commit 22feec5136

View File

@@ -814,7 +814,7 @@ jobs:
subject-path: |
gam*.tar.xz
gam*.zip
gam-*.exe
Output/gam-*.exe
# gam*.msi
- name: Archive tar.xz artifacts
@@ -842,7 +842,7 @@ jobs:
archive: false
if-no-files-found: ignore
path: |
gam-*.exe
Output/gam-*.exe
- name: Basic Tests build jobs only
if: matrix.goal != 'test' && steps.cache-python-ssl.outputs.cache-hit != 'true'