+ update build_latest.yml

This commit is contained in:
titus
2025-01-03 17:26:54 +01:00
parent f70c76e631
commit f20cb9ff4f

View File

@@ -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