mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
update uploader URL
This commit is contained in:
parent
6ab763aff1
commit
d30c8e8cc0
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -124,7 +124,7 @@ jobs:
|
|||||||
asset_path: nb/target/nb.jar
|
asset_path: nb/target/nb.jar
|
||||||
asset_name: nb.jar
|
asset_name: nb.jar
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/octet-stream
|
||||||
upload_url: https://uploads.github.com/repos/nosqlbench/nosqlbench/releases/${RELEASE_TAGNAME}/assets
|
upload_url: https://uploads.github.com/repos/nosqlbench/nosqlbench/releases/${RELEASE_TAGNAME}/assets?name=nb.jar
|
||||||
- name: upload binary
|
- name: upload binary
|
||||||
uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
env:
|
env:
|
||||||
@ -133,7 +133,7 @@ jobs:
|
|||||||
asset_path: nb/target/nb
|
asset_path: nb/target/nb
|
||||||
asset_name: nb
|
asset_name: nb
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/octet-stream
|
||||||
upload_url: https://uploads.github.com/repos/nosqlbench/nosqlbench/releases/${RELEASE_TAGNAME}/assets
|
upload_url: https://uploads.github.com/repos/nosqlbench/nosqlbench/releases/${RELEASE_TAGNAME}/assets?name=nb
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
needs: release
|
needs: release
|
||||||
|
Loading…
Reference in New Issue
Block a user