Skip to content

Commit bc4fcff

Browse files
authored
Update maven.yml
1 parent 1d92f71 commit bc4fcff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
uses: actions/upload-release-asset@v1
116116
with:
117117
upload_url: ${{ steps.create_release.outputs.upload_url }}
118-
asset_path: target/randomquotes.0.1.9.war
118+
asset_path: target/randomquotes.${{ steps.determine_version.outputs.semVer }}.war
119119
asset_name: randomquotes.0.1.9.war
120120
asset_content_type: application/octet-stream
121121

0 commit comments

Comments
 (0)