mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 01:41:36 +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'
|
||||
run: |
|
||||
export gampath="./dist/gam"
|
||||
echo "1 ${gampath}"
|
||||
mkdir -p -v "${gampath}"
|
||||
echo "2 ${gampath}"
|
||||
export gampath="$($realpath $gampath)"
|
||||
echo "3 ${gampath}"
|
||||
export gam="${gampath}/gam"
|
||||
echo "gampath=${gampath}" >> $GITHUB_ENV
|
||||
echo "gam=${gam}" >> $GITHUB_ENV
|
||||
|
||||
Reference in New Issue
Block a user