From 026add53bd9564bb9a4d5dc5691215146bf4467e Mon Sep 17 00:00:00 2001 From: TheKyber <166752829+TheKyber@users.noreply.github.com> Date: Thu, 18 Apr 2024 06:14:39 +0100 Subject: [PATCH] remove sleeping I believe the issue has been solved. https://github.com/cli/cli/issues/6599#issuecomment-1357765073 --- .github/workflows/release.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 91d016d6..202471e7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -193,9 +193,6 @@ jobs: $GH release upload $VERSION-$CROMITE_SHA arm64_symbols.zip echo "::endgroup::" - # workaround for https://github.com/cli/cli/issues/6599 - sleep 30s - TIMESTAMP=$(date +%s -r chrome-win.zip) echo >updateurl.txt "browser=chromium;os=windows;architecture=64-bit;timestamp=$TIMESTAMP;editor=uazo;channel=stable;repository=https://github.com/uazo/cromite/releases;download=https://github.com/uazo/cromite/releases/latest/download/chrome-win.zip;version=$(cat $OUTPUTFILE_WIN/RELEASE);revision=1;commit=$CROMITE_SHA" $GH release upload $VERSION-$CROMITE_SHA updateurl.txt