Update exportFile()

This commit is contained in:
Santiago Lo Coco 2022-03-01 18:00:27 -03:00
parent 2579c3dc8b
commit 4fb9acd4cb
1 changed files with 1 additions and 3 deletions

View File

@ -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() {