ci: remove extra 20s of wait before removing current release and downloading artifacts
This commit is contained in:
parent
5f60095dc4
commit
8b1dbcf166
1 changed files with 0 additions and 1 deletions
1
.github/workflows/c-cpp.yml
vendored
1
.github/workflows/c-cpp.yml
vendored
|
@ -120,7 +120,6 @@ jobs:
|
||||||
--yes \
|
--yes \
|
||||||
--cleanup-tag \
|
--cleanup-tag \
|
||||||
--repo "$GITHUB_REPOSITORY" || true
|
--repo "$GITHUB_REPOSITORY" || true
|
||||||
sleep 20s
|
|
||||||
gh run download "$GITHUB_RUN_ID" \
|
gh run download "$GITHUB_RUN_ID" \
|
||||||
--dir artifacts/ \
|
--dir artifacts/ \
|
||||||
--repo "$GITHUB_REPOSITORY"
|
--repo "$GITHUB_REPOSITORY"
|
||||||
|
|
Loading…
Add table
Reference in a new issue