From bc4fcff8e1994f2e4b1976257e813dc464e3b312 Mon Sep 17 00:00:00 2001 From: Matthew Casperson Date: Tue, 3 May 2022 09:58:20 +1000 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e5b4661..e9b5ef2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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