mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/boypt/openssh-deb.git
synced 2026-09-20 08:03:46 +08:00
continue on err workflow 2
This commit is contained in:
1
.github/workflows/create-amd64-release.yml
vendored
1
.github/workflows/create-amd64-release.yml
vendored
@@ -213,6 +213,7 @@ jobs:
|
||||
path: ./output
|
||||
|
||||
- uses: actions/download-artifact@v4
|
||||
continue-on-error: true
|
||||
with:
|
||||
name: ubuntu18-amd64
|
||||
path: ./output
|
||||
|
||||
1
.github/workflows/create-arm64-release.yml
vendored
1
.github/workflows/create-arm64-release.yml
vendored
@@ -214,6 +214,7 @@ jobs:
|
||||
path: ./output
|
||||
|
||||
- uses: actions/download-artifact@v4
|
||||
continue-on-error: true
|
||||
with:
|
||||
name: ubuntu18-arm64
|
||||
path: ./output
|
||||
|
||||
Reference in New Issue
Block a user