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