From 4ae5cdee83e1fc3fdd76bb63f18b104db1f510ad Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 11 Oct 2023 09:40:49 -0400 Subject: [PATCH] actions: forward slashes --- .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 fc7cff8a..fc01882f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -532,7 +532,7 @@ jobs: export distpath="./dist/gam" export gampath="${distpath}" "${PYTHON}" -m PyInstaller --clean --noconfirm --distpath="${distpath}" gam.spec - cat build\gam\warn-gam.txt + cat build/gam/warn-gam.txt - name: Copy extra package files if: matrix.goal == 'build'