diff --git a/scripts/prep-build-for-deploy-from-github-actions.sh b/scripts/prep-build-for-deploy-from-github-actions.sh index 85f30b3cb8c..fc7ecbed434 100755 --- a/scripts/prep-build-for-deploy-from-github-actions.sh +++ b/scripts/prep-build-for-deploy-from-github-actions.sh @@ -15,6 +15,6 @@ echo $JAR_VERSION # Create a deployment folder, and a folder for the branch. mkdir deploy # Add the JAR file. -cp target/*-shaded.jar deploy/otp-$JAR_VERSION.jar -cp target/*-shaded.jar deploy/otp-latest-$BRANCH.jar +cp application/target/*-shaded.jar deploy/otp-$JAR_VERSION.jar +cp application/target/*-shaded.jar deploy/otp-latest-$BRANCH.jar