diff --git a/.github/workflows/bwrap.yml b/.github/workflows/bwrap.yml index 190d71d6..1f4fcbd6 100644 --- 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