Skip to content

Commit

Permalink
Fix servicenow plugin gha (#531)
Browse files Browse the repository at this point in the history
* Update publish.servicenow.plugin.yml
  • Loading branch information
idimov-keeper authored Sep 15, 2023
1 parent 3f2f155 commit 85def55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.servicenow.plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ jobs:
fi
dstjarpath=${releasedir}/${buildname}-${version}-${buildversion}.jar
mv ${srcjarpath} ${dstjarpath} || echo "File Copy Failed!"; exit 1
echo "JAR src path: ${srcjarpath} JAR destination: ${dstjarpath}"
ls -la ${srcjarpath}
ls -la ${releasedir}
mv ${srcjarpath} ${dstjarpath} || { echo "File Copy Failed!" && exit 2; }
fi
done
EOF
Expand Down

0 comments on commit 85def55

Please sign in to comment.