actions: forward slashes

This commit is contained in:
Jay Lee
2023-10-11 09:40:49 -04:00
committed by GitHub
parent 1393ed3ca6
commit 4ae5cdee83

View File

@@ -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'