more possible actions fixes
This commit is contained in:
parent
5074ca89f0
commit
86325d9527
4
.github/workflows/manifest.yml
vendored
4
.github/workflows/manifest.yml
vendored
@ -75,10 +75,10 @@ jobs:
|
||||
clean: false
|
||||
- name: Generate manifest for devel
|
||||
id: manifest-devel
|
||||
if: ${{ steps.checkout-devel.outcome }} == 'success'
|
||||
if: (success() || failure()) && ${{ steps.checkout-devel.success }}
|
||||
run: python imgen.py
|
||||
- name: Save devel's manifest
|
||||
if: ${{ steps.manifest-devel.outcome }} == 'success'
|
||||
if: ${{ steps.manifest-devel.success }}
|
||||
run: mv install_manifest.json deploy/manifests/devel
|
||||
# All artifacts ready now, upload deploy directory
|
||||
- name: Upload artifacts
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user