mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
[CI] Delete artifacts before re-running the workflow
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -32,7 +32,14 @@ jobs:
|
||||
- name: Remove artifacts
|
||||
uses: swift-project/delete-artifact@swift
|
||||
with:
|
||||
name: xswiftbus-thin-allos-${{ steps.version.outputs.value }}
|
||||
name: |
|
||||
xswiftbus-thin-allos-${{ steps.version.outputs.value }}
|
||||
xswiftbus-fat-allos-${{ steps.version.outputs.value }}
|
||||
swiftsymbols-allos-${{ steps.version.outputs.value }}
|
||||
swiftinstaller-linux-64-${{ steps.version.outputs.value }}
|
||||
swiftinstaller-windows-64-${{ steps.version.outputs.value }}
|
||||
swiftinstaller-windows-32-${{ steps.version.outputs.value }}
|
||||
swiftinstaller-macos-64-${{ steps.version.outputs.value }}
|
||||
failOnError: false
|
||||
warnIfNotFound: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user