mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 01:41:36 +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 gampath="${distpath}/gam"
|
||||
export gampath="${distpath}"
|
||||
rm -rf $gampath
|
||||
#mkdir -p $gampath
|
||||
#export gampath=$(readlink -e $gampath)
|
||||
|
||||
Reference in New Issue
Block a user