logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 2e29ac837a689602e3acd62efa1883089b459b1f
parent 05e8e34ad3cd6f717fed41d023a2572a5c960bfc
Author: fosslinux <fosslinux@aussies.space>
Date:   Sat, 29 Apr 2023 18:37:57 +1000

Archive packages of failed builds

Diffstat:

M.github/workflows/bwrap.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/bwrap.yml b/.github/workflows/bwrap.yml @@ -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