From c3c1cd50e794ab4efab675ee19755751416db46e Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 4 Sep 2023 18:23:56 +1200 Subject: [PATCH] winget: bump delay to 30m --- .github/workflows/winget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index f4476d0f0..97ee56e8f 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -8,7 +8,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - run: Start-Sleep -Seconds 300 # 5 minutes + - run: Start-Sleep -Seconds 1800 # 30 minutes shell: pwsh - uses: vedantmgoyal2009/winget-releaser@v2 with: