mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
Update build.yml
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -451,9 +451,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
if [[ "${staticx}" == "yes" ]]; then
|
if [[ "${staticx}" == "yes" ]]; then
|
||||||
export PYINSTALLER_BUILD_ONEFILE="yes"
|
export PYINSTALLER_BUILD_ONEFILE="yes"
|
||||||
fi
|
export distpath="./dist/gam"
|
||||||
|
export gampath="${distpath}"
|
||||||
|
else
|
||||||
export distpath="./dist"
|
export distpath="./dist"
|
||||||
export gampath="${distpath}/gam"
|
export gampath="${distpath}/gam"
|
||||||
|
fi
|
||||||
mkdir -p -v "${gampath}"
|
mkdir -p -v "${gampath}"
|
||||||
if [[ "${RUNNER_OS}" == "macOS" ]]; then
|
if [[ "${RUNNER_OS}" == "macOS" ]]; then
|
||||||
export gampath=$($PYTHON -c "import os; print(os.path.realpath('$gampath'))")
|
export gampath=$($PYTHON -c "import os; print(os.path.realpath('$gampath'))")
|
||||||
|
|||||||
Reference in New Issue
Block a user