diff --git a/provider/indexer-gcp/scripts/stage-artifacts.sh b/provider/indexer-gcp/scripts/stage-artifacts.sh index 20056c7ee1d1f93d85fafbf56026df777845b270..a84b751bb84044be83c75cc197eed55925ea6b69 100644 --- a/provider/indexer-gcp/scripts/stage-artifacts.sh +++ b/provider/indexer-gcp/scripts/stage-artifacts.sh @@ -25,7 +25,7 @@ cd .. # Upload all build and deploy scripts as artifacts cp -R ./scripts $STAGE_DIR # Upload the build generated .jar file as an artifact -cp ./target/indexer-gcp-1.0.0.jar $STAGE_DIR +cp ./target/indexer-gcp-*.jar $STAGE_DIR echo "Staging deployment artifacts to folder: $STAGE_DIR" cp ./src/main/appengine/app.yaml $STAGE_DIR