mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-01 09:42:45 +00:00
Merge pull request #2476 from fidencio/wip/fix-release-process
workflows: fix artifact name in the release yaml
This commit is contained in:
commit
cfd539dc6c
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -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//')
|
||||
|
Loading…
Reference in New Issue
Block a user