mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-03-12 17:20:08 +01:00
ci: upload multiarch artifacts
This commit is contained in:
parent
de6a4b0be3
commit
5887d4c55c
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -1487,7 +1487,7 @@ jobs:
|
||||
|
||||
- name: save ${{ matrix.arch_name.image }}-${{ matrix.os }}
|
||||
uses: actions/upload-artifact@v4
|
||||
if: matrix.arch_name.multiarch != 'yes'
|
||||
if: matrix.arch_name.multiarch == 'yes'
|
||||
with:
|
||||
name: cache-${{ matrix.arch_name.image }}-${{ env.HOST_ARCH }}
|
||||
path: ./cache/${{ matrix.arch_name.image }}-${{ env.HOST_ARCH }}.tar.xz
|
||||
|
Loading…
x
Reference in New Issue
Block a user