mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
[CI] Fork the delete-artifact action, to suppress the "not found" warning
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -37,10 +37,11 @@ jobs:
|
||||
--suppressions-list=cppcheck.supp --library=qt.cfg --library=posix.cfg . | tee error.log
|
||||
ls -l error.log
|
||||
- name: Remove artifacts
|
||||
uses: geekyeggo/delete-artifact@v1
|
||||
uses: swift-project/delete-artifact@swift
|
||||
with:
|
||||
name: xswiftbus-thin-allos-${{ steps.version.outputs.value }}
|
||||
failOnError: false
|
||||
warnIfNotFound: false
|
||||
|
||||
buildLinux:
|
||||
runs-on: ubuntu-16.04
|
||||
@@ -305,7 +306,7 @@ jobs:
|
||||
name: xswiftbus-fat-allos-${{ needs.preBuild.outputs.version }}
|
||||
path: xswiftbus-fat-allos-*
|
||||
- name: Remove xswiftbus-thin
|
||||
uses: geekyeggo/delete-artifact@v1
|
||||
uses: swift-project/delete-artifact@swift
|
||||
with:
|
||||
name: xswiftbus-thin-allos-${{ needs.preBuild.outputs.version }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user