mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 01:41:36 +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"
|
||||
else
|
||||
mv -v "$distpath" "${distpath}7"
|
||||
export distpath="${distpath}7"
|
||||
fi
|
||||
echo "dist results:"
|
||||
ls -alRF "$distpath"
|
||||
|
||||
Reference in New Issue
Block a user