mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +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
|
- name: Remove artifacts
|
||||||
uses: swift-project/delete-artifact@swift
|
uses: swift-project/delete-artifact@swift
|
||||||
with:
|
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
|
failOnError: false
|
||||||
warnIfNotFound: false
|
warnIfNotFound: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user