actions: missing export

This commit is contained in:
Jay Lee
2024-05-06 10:13:17 -04:00
committed by GitHub
parent d5e9df41fb
commit cedbae36b7

View File

@ -547,7 +547,7 @@ jobs:
export gam="${gampath}/gam"
echo "gampath=${gampath}" >> $GITHUB_ENV
if [[ "${RUNNER_OS}" == "Windows" ]]; then
gam=$(cygpath -w "$gam")
export gam=$(cygpath -w "$gam")
fi
echo "gam=${gam}" >> $GITHUB_ENV
echo -e "GAM: ${gam}\nGAMPATH: ${gampath}"