ci: remove extra 20s of wait before removing current release and downloading artifacts

This commit is contained in:
Alibek Omarov 2025-02-09 17:02:31 +03:00
parent 5f60095dc4
commit 8b1dbcf166

View file

@ -120,7 +120,6 @@ jobs:
--yes \
--cleanup-tag \
--repo "$GITHUB_REPOSITORY" || true
sleep 20s
gh run download "$GITHUB_RUN_ID" \
--dir artifacts/ \
--repo "$GITHUB_REPOSITORY"