Update exportFile()
This commit is contained in:
parent
2579c3dc8b
commit
4fb9acd4cb
|
@ -78,10 +78,8 @@ namcapAnalysis() {
|
|||
}
|
||||
|
||||
exportFile() {
|
||||
[ "$inBaseDir" = false ] && mv "$2" /github/workspace
|
||||
echo "::set-output name=$1::$2"
|
||||
if [ "$inBaseDir" = false ]; then
|
||||
mv "$pkgFile" /github/workspace
|
||||
fi
|
||||
}
|
||||
|
||||
exportPackageFiles() {
|
||||
|
|
Loading…
Reference in New Issue