From 25e7196a37af33e5c2efe621e2ad425a456e020e Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 1 Oct 2024 14:07:40 -0400 Subject: [PATCH] actions: more cd changes on win --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc9f5006..c408c9ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -695,7 +695,7 @@ jobs: cd "${gampath}/.." GAM_ARCHIVE="${GITHUB_WORKSPACE}/gam-${GAMVERSION}-windows-${GAM_ARCHIVE_ARCH}.zip" /c/Program\ Files/7-Zip/7z.exe a -tzip "$GAM_ARCHIVE" gam7 "-xr@${GITHUB_WORKSPACE}/.github/actions/package_exclusions.txt" -bb3 - cd ../.. + cd "${GITHUB_WORKSPACE}/src" export MSI_FILENAME="gam-${GAMVERSION}-windows-${GAM_ARCHIVE_ARCH}.msi" # auto-generate a lib.wxs based on the files PyInstaller created for the lib/ directory /c/Program\ Files\ \(x86\)/WiX\ Toolset\ v3.14/bin/heat.exe dir "${gampath}/lib" -ke -srd -cg Lib -gg -dr lib -directoryid lib -out lib.wxs