mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
fix distpath linux
This commit is contained in:
2
.github/actions/linux-install.sh
vendored
2
.github/actions/linux-install.sh
vendored
@@ -1,5 +1,5 @@
|
|||||||
export distpath="dist/"
|
export distpath="dist/"
|
||||||
export gampath="${distpath}/gam"
|
export gampath="${distpath}"
|
||||||
rm -rf $gampath
|
rm -rf $gampath
|
||||||
#mkdir -p $gampath
|
#mkdir -p $gampath
|
||||||
#export gampath=$(readlink -e $gampath)
|
#export gampath=$(readlink -e $gampath)
|
||||||
|
|||||||
Reference in New Issue
Block a user