Skip to content

Commit 8a73037

Browse files
Clean artifacts directory
1 parent 0433485 commit 8a73037

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/distribute-toolchain.yml

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
command: |
8181
cd swiftwasm-build
8282
./tools/gh-distribute-toolchain --scheme ${{ inputs.scheme }} --verbose --skip-history ${{ inputs.run-id }}
83+
on_retry_command: |
84+
rm -rf "build/Distribution/artifacts"
8385
env:
8486
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8587
BUILDBOT_GITHUB_TOKEN: ${{ secrets.SWIFTWASM_BUILDBOT_TOKEN }}

0 commit comments

Comments
 (0)