Skip to content

Commit 8f01cfe

Browse files
committed
fix e2e test to work in release branches
1 parent 90d5791 commit 8f01cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/application-signals-e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: aws-opentelemetry-agent.jar
3737

3838
- name: Upload main-build adot.jar to s3
39-
run: aws s3 cp ./aws-opentelemetry-agent-*-SNAPSHOT.jar s3://adot-main-build-staging-jar/aws-opentelemetry-agent.jar
39+
run: aws s3 cp ./aws-opentelemetry-agent-*.jar s3://adot-main-build-staging-jar/aws-opentelemetry-agent.jar
4040

4141
#
4242
# PACKAGED DISTRIBUTION LANGUAGE VERSION COVERAGE

0 commit comments

Comments
 (0)