mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
[CI] Fork the github-release action to retry if upload fails
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -442,9 +442,10 @@ jobs:
|
||||
mkdir swiftsymbols
|
||||
mv swiftsymbols-*/* swiftsymbols
|
||||
- name: Create release
|
||||
uses: meeDamian/github-release@2.0
|
||||
uses: swift-project/github-release@2.0-curlargs
|
||||
id: create
|
||||
with:
|
||||
curl_args: --retry 5 --retry-all-errors
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag: v${{ needs.preBuild.outputs.version }}
|
||||
commitish: ${{ github.sha }}
|
||||
|
||||
Reference in New Issue
Block a user