Skip to content

Commit

Permalink
Update source jar path
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Oct 16, 2024
1 parent a2260ea commit 2516f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/prep-build-for-deploy-from-github-actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2516f5f

Please sign in to comment.