From f401e96dd4cad61d398a5bacbdc4f33dca808aa3 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 22 Apr 2025 11:21:00 -0400 Subject: [PATCH] actions: fix path for MSI build --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eab9ab30..a4520c9d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -671,8 +671,6 @@ jobs: - name: Windows package MSI if: runner.os == 'Windows' && matrix.goal != 'test' run: | - cd ../.. - echo "moved to $(pwd)" export MSI_FILENAME="${GITHUB_WORKSPACE}/gam-${GAMVERSION}-windows-${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