list gampath

This commit is contained in:
Jay Lee
2021-05-11 09:15:16 -04:00
parent 807f54c549
commit a184d7a8e0

View File

@@ -181,6 +181,7 @@ jobs:
run: |
set +e
source ../.github/actions/${GAMOS}-install.sh
ls -alRF $gampath
echo "gampath=$gampath" >> $GITHUB_ENV
echo "gam=$gam" >> $GITHUB_ENV
echo -e "GAM: ${gam}\nGAMPATH: ${gampath}\nGAMVERSION: ${GAMVERSION}"