Skip to content

Commit

Permalink
Clean artifacts directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Dec 22, 2024
1 parent 0433485 commit 8a73037
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/distribute-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
command: |
cd swiftwasm-build
./tools/gh-distribute-toolchain --scheme ${{ inputs.scheme }} --verbose --skip-history ${{ inputs.run-id }}
on_retry_command: |
rm -rf "build/Distribution/artifacts"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUILDBOT_GITHUB_TOKEN: ${{ secrets.SWIFTWASM_BUILDBOT_TOKEN }}
Expand Down

0 comments on commit 8a73037

Please sign in to comment.