Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson authored May 2, 2022
1 parent 1d92f71 commit bc4fcff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: target/randomquotes.0.1.9.war
asset_path: target/randomquotes.${{ steps.determine_version.outputs.semVer }}.war
asset_name: randomquotes.0.1.9.war
asset_content_type: application/octet-stream

Expand Down

0 comments on commit bc4fcff

Please sign in to comment.