We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0433485 commit 8a73037Copy full SHA for 8a73037
.github/workflows/distribute-toolchain.yml
@@ -80,6 +80,8 @@ jobs:
80
command: |
81
cd swiftwasm-build
82
./tools/gh-distribute-toolchain --scheme ${{ inputs.scheme }} --verbose --skip-history ${{ inputs.run-id }}
83
+ on_retry_command: |
84
+ rm -rf "build/Distribution/artifacts"
85
env:
86
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87
BUILDBOT_GITHUB_TOKEN: ${{ secrets.SWIFTWASM_BUILDBOT_TOKEN }}
0 commit comments