mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
[no ci] remove debug lines
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -360,11 +360,8 @@ jobs:
|
|||||||
if: matrix.goal != 'test'
|
if: matrix.goal != 'test'
|
||||||
run: |
|
run: |
|
||||||
export gampath="./dist/gam"
|
export gampath="./dist/gam"
|
||||||
echo "1 ${gampath}"
|
|
||||||
mkdir -p -v "${gampath}"
|
mkdir -p -v "${gampath}"
|
||||||
echo "2 ${gampath}"
|
|
||||||
export gampath="$($realpath $gampath)"
|
export gampath="$($realpath $gampath)"
|
||||||
echo "3 ${gampath}"
|
|
||||||
export gam="${gampath}/gam"
|
export gam="${gampath}/gam"
|
||||||
echo "gampath=${gampath}" >> $GITHUB_ENV
|
echo "gampath=${gampath}" >> $GITHUB_ENV
|
||||||
echo "gam=${gam}" >> $GITHUB_ENV
|
echo "gam=${gam}" >> $GITHUB_ENV
|
||||||
|
|||||||
Reference in New Issue
Block a user