mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 11:45:40 +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
|
--suppressions-list=cppcheck.supp --library=qt.cfg --library=posix.cfg . | tee error.log
|
||||||
ls -l error.log
|
ls -l error.log
|
||||||
- name: Remove artifacts
|
- name: Remove artifacts
|
||||||
uses: geekyeggo/delete-artifact@v1
|
uses: swift-project/delete-artifact@swift
|
||||||
with:
|
with:
|
||||||
name: xswiftbus-thin-allos-${{ steps.version.outputs.value }}
|
name: xswiftbus-thin-allos-${{ steps.version.outputs.value }}
|
||||||
failOnError: false
|
failOnError: false
|
||||||
|
warnIfNotFound: false
|
||||||
|
|
||||||
buildLinux:
|
buildLinux:
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-16.04
|
||||||
@@ -305,7 +306,7 @@ jobs:
|
|||||||
name: xswiftbus-fat-allos-${{ needs.preBuild.outputs.version }}
|
name: xswiftbus-fat-allos-${{ needs.preBuild.outputs.version }}
|
||||||
path: xswiftbus-fat-allos-*
|
path: xswiftbus-fat-allos-*
|
||||||
- name: Remove xswiftbus-thin
|
- name: Remove xswiftbus-thin
|
||||||
uses: geekyeggo/delete-artifact@v1
|
uses: swift-project/delete-artifact@swift
|
||||||
with:
|
with:
|
||||||
name: xswiftbus-thin-allos-${{ needs.preBuild.outputs.version }}
|
name: xswiftbus-thin-allos-${{ needs.preBuild.outputs.version }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user