File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -240,15 +240,15 @@ jobs:
240240 working-directory : lambda-layer
241241 run : |
242242 ./build-layer.sh
243- - name : Upload layer zip to S3
244- working-directory : lambda-layer
245- run : |
246- aws s3 cp ./build/distributions/aws-opentelemetry-java-layer.zip s3://adot-main-build-staging-jar/adot-java-lambda-layer-${{ github.run_id }}.zip
247243 - name : Upload layer zip to GitHub Actions
248244 uses : actions/upload-artifact@v3
249245 with :
250246 name : aws-opentelemetry-java-layer.zip
251247 path : lambda-layer/build/distributions/aws-opentelemetry-java-layer.zip
248+ - name : Upload layer zip to S3
249+ working-directory : lambda-layer
250+ run : |
251+ aws s3 cp ./build/distributions/aws-opentelemetry-java-layer.zip s3://adot-main-build-staging-jar/adot-java-lambda-layer-${{ github.run_id }}.zip
252252
253253
254254 application-signals-e2e-test :
@@ -272,3 +272,4 @@ jobs:
272272 region : us-east-1
273273 secrets :
274274 roleArn : ${{ secrets.METRICS_ROLE_ARN }}
275+
You can’t perform that action at this time.
0 commit comments