Archive packages of failed builds
parent
05e8e34ad3
commit
2e29ac837a
|
@ -48,7 +48,7 @@ jobs:
|
|||
id: bootstrap
|
||||
run: ./rootfs.py --bwrap --external-sources --build-kernels --preserve --cores 2
|
||||
- name: Archive created packages
|
||||
if: steps.bootstrap.conclusion == 'success'
|
||||
if: always() # archive failed builds
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: packages
|
||||
|
|
Loading…
Reference in New Issue