Archive packages of failed builds

This commit is contained in:
fosslinux 2023-04-29 18:37:57 +10:00
parent 05e8e34ad3
commit 2e29ac837a
1 changed files with 1 additions and 1 deletions

View File

@ -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