Skip to content

Commit

Permalink
Don't add version to archive filename so it can be used with both ver…
Browse files Browse the repository at this point in the history
…sioned and unversioned URLs.
  • Loading branch information
Anuraag Agrawal authored Sep 1, 2020
1 parent 303346f commit 05c3852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: otelagent/build/libs/aws-opentelemetry-agent-${{ github.event.inputs.version }}.jar
asset_name: aws-opentelemetry-agent-${{ github.event.inputs.version }}.jar
asset_name: aws-opentelemetry-agent.jar
asset_content_type: application/java-archive

0 comments on commit 05c3852

Please sign in to comment.