mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +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
|
- name: Build GAM with PyInstaller
|
||||||
if: matrix.goal != 'test'
|
if: matrix.goal != 'test'
|
||||||
run: |
|
run: |
|
||||||
export gampath="$(${realpath} ./dist/gam/)"
|
export gampath="./dist/gam"
|
||||||
|
mkdir -p "${gampath}"
|
||||||
|
export gampath="$(${realpath} "${gampath}")"
|
||||||
export gam="${gampath}/gam"
|
export gam="${gampath}/gam"
|
||||||
echo "gampath=${gampath}" >> $GITHUB_ENV
|
echo "gampath=${gampath}" >> $GITHUB_ENV
|
||||||
export "gam=${gam}" >> $GITHUB_ENV
|
export "gam=${gam}" >> $GITHUB_ENV
|
||||||
|
|||||||
Reference in New Issue
Block a user