From f20cb9ff4fd641fd25942da277f2ba96279b9704 Mon Sep 17 00:00:00 2001 From: titus Date: Fri, 3 Jan 2025 17:26:54 +0100 Subject: [PATCH] + update build_latest.yml --- .github/workflows/build_latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_latest.yml b/.github/workflows/build_latest.yml index ea65d08..899acc2 100644 --- a/.github/workflows/build_latest.yml +++ b/.github/workflows/build_latest.yml @@ -152,7 +152,7 @@ jobs: - name: Upload run: | - until gh release upload ${{ github.run_number }} --repo ${{ github.repository }} ${{ github.event.inputs.tag }} --clobber *.zip *.tar.gz; do + until gh release upload v${{ github.run_number }} --repo ${{ github.repository }} ${{ github.event.inputs.tag }} --clobber *.zip *.tar.gz; do echo "Attempt $((++attempts)) to upload release artifacts failed. Will retry in 20s" sleep 20 done