ci: always upload artefacts on build_packages
This commit is contained in:
parent
f541fc3e3d
commit
cfcdc094b5
|
@ -263,7 +263,6 @@ jobs:
|
||||||
--builder "force_host"
|
--builder "force_host"
|
||||||
done
|
done
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
if: success()
|
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.profile }}
|
name: ${{ matrix.profile }}
|
||||||
path: _packages/${{ matrix.profile }}/
|
path: _packages/${{ matrix.profile }}/
|
||||||
|
|
Loading…
Reference in New Issue