From 5f5875acc1fc4ee088a25855e42f4f86e94a5f34 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 24 May 2021 10:11:40 -0400 Subject: [PATCH] fix distpath linux --- .github/actions/linux-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/linux-install.sh b/.github/actions/linux-install.sh index 38bdd361..a452246c 100755 --- a/.github/actions/linux-install.sh +++ b/.github/actions/linux-install.sh @@ -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)