docs and actions update

This commit is contained in:
Jonathan Shook
2020-03-17 08:51:13 -05:00
parent 90dae2fdfb
commit 7ae66dca2b
2 changed files with 46 additions and 2 deletions

View File

@@ -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