chore: upload to r2 after release with retry (#1516)

This commit is contained in:
Huang Xin
2025-07-02 23:23:12 +08:00
committed by GitHub
parent 9190433ea1
commit 446b014f7d
2 changed files with 16 additions and 0 deletions
+7
View File
@@ -320,3 +320,10 @@ jobs:
draft: false,
prerelease: false
})
upload-to-r2:
needs: [get-release, update-release]
uses: ./.github/workflows/upload-to-r2.yml
with:
tag: ${{ needs.get-release.outputs.release_tag }}
secrets: inherit