File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 }}
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 :
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 :
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 :
You can’t perform that action at this time.
0 commit comments