mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
Update build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -344,7 +344,9 @@ jobs:
|
||||
- name: Build GAM with PyInstaller
|
||||
if: matrix.goal != 'test'
|
||||
run: |
|
||||
export gampath="$(${realpath} ./dist/gam/)"
|
||||
export gampath="./dist/gam"
|
||||
mkdir -p "${gampath}"
|
||||
export gampath="$(${realpath} "${gampath}")"
|
||||
export gam="${gampath}/gam"
|
||||
echo "gampath=${gampath}" >> $GITHUB_ENV
|
||||
export "gam=${gam}" >> $GITHUB_ENV
|
||||
|
||||
Reference in New Issue
Block a user