mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
actions: fix non-onedir distpath
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -558,6 +558,7 @@ jobs:
|
|||||||
mv -v "${distpath}/gam" "${distpath}/gam7"
|
mv -v "${distpath}/gam" "${distpath}/gam7"
|
||||||
else
|
else
|
||||||
mv -v "$distpath" "${distpath}7"
|
mv -v "$distpath" "${distpath}7"
|
||||||
|
export distpath="${distpath}7"
|
||||||
fi
|
fi
|
||||||
echo "dist results:"
|
echo "dist results:"
|
||||||
ls -alRF "$distpath"
|
ls -alRF "$distpath"
|
||||||
|
|||||||
Reference in New Issue
Block a user