From 22feec5136578644498e49465df27998fb2fbd47 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 3 Mar 2026 15:19:53 -0500 Subject: [PATCH] Update paths for gam executable in build workflow --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f0ecee1..2c36171b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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'