Skip to content

Commit f530a5c

Browse files
authored
Update maven.yml
Signed-off-by: albilu <35330562+albilu@users.noreply.github.com>
1 parent 4ae083c commit f530a5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
draft: false
6464
prerelease: true
6565
release_name: ${{ github.event.repository.name }} ${{ env.RELEASE_VERSION }}
66-
tag_name: ${{ github.ref }}
66+
tag_name: ${{ env.RELEASE_VERSION }}
6767
body_path: CHANGELOG.md
6868
env:
6969
GITHUB_TOKEN: ${{ github.token }}
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/upload-release-asset@v1
7373
with:
7474
upload_url: ${{ steps.create_release.outputs.upload_url }}
75-
asset_path: ./python-RELEASE150-${{ env.RELEASE_VERSION }}.nbm
75+
asset_path: target/nbm/python-RELEASE150-${{ env.RELEASE_VERSION }}.nbm
7676
asset_name: python-RELEASE150-${{ env.RELEASE_VERSION }}.nbm
7777
asset_content_type: application/gzip
7878
env:
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/upload-release-asset@v1
8383
with:
8484
upload_url: ${{ steps.create_release.outputs.upload_url }}
85-
asset_path: ./python-RELEASE160-${{ env.RELEASE_VERSION }}.nbm
85+
asset_path: target/nbm/python-RELEASE160-${{ env.RELEASE_VERSION }}.nbm
8686
asset_name: python-RELEASE160-${{ env.RELEASE_VERSION }}.nbm
8787
asset_content_type: application/gzip
8888
env:
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/upload-release-asset@v1
9393
with:
9494
upload_url: ${{ steps.create_release.outputs.upload_url }}
95-
asset_path: ./python-RELEASE170-${{ env.RELEASE_VERSION }}.nbm
95+
asset_path: target/nbm/python-RELEASE170-${{ env.RELEASE_VERSION }}.nbm
9696
asset_name: python-RELEASE170-${{ env.RELEASE_VERSION }}.nbm
9797
asset_content_type: application/gzip
9898
env:

0 commit comments

Comments
 (0)