actions: fix non-onedir distpath

This commit is contained in:
Jay Lee
2024-09-18 14:43:32 -04:00
committed by GitHub
parent 8165c72606
commit 19e386ed21

View File

@@ -558,6 +558,7 @@ jobs:
mv -v "${distpath}/gam" "${distpath}/gam7"
else
mv -v "$distpath" "${distpath}7"
export distpath="${distpath}7"
fi
echo "dist results:"
ls -alRF "$distpath"