mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-10 22:55:40 -06:00
Update release.yml
This commit is contained in:
parent
09566a7856
commit
2c02e83f05
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -118,7 +118,7 @@ jobs:
|
||||
path: guidebook
|
||||
- name: find latest release
|
||||
run: |
|
||||
LATEST_GH_RELEASE_ID=$(curl --silent "https://api.github.com/repos/$1/releases/latest" | jq -r .id)
|
||||
LATEST_GH_RELEASE_ID=$(curl --silent "https://api.github.com/repos/nosqlbench/nosqlbench/releases/latest" | jq -r .id)
|
||||
echo "::set-env name=LATEST_GH_RELEASE_ID::${LATEST_GH_RELEASE_ID}"
|
||||
- name: upload jar
|
||||
uses: actions/upload-release-asset@v1
|
||||
|
Loading…
Reference in New Issue
Block a user