Merge pull request #2476 from fidencio/wip/fix-release-process

workflows: fix artifact name in the release yaml
This commit is contained in:
Fabiano Fidêncio 2021-08-20 22:17:43 +02:00 committed by GitHub
commit cfd539dc6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ jobs:
- name: download-artifacts
uses: actions/download-artifact@v2
with:
name: release-candidate
name: kata-static-tarball
- name: install hub
run: |
HUB_VER=$(curl -s "https://api.github.com/repos/github/hub/releases/latest" | jq -r .tag_name | sed 's/^v//')