Upload artifacts for cross compiling to MinGW

Fixes #1161
This commit is contained in:
bjorn3 2021-04-16 14:39:46 +02:00
parent 7f0e35106e
commit f3b5e14eca

View File

@ -80,3 +80,10 @@ jobs:
with:
name: cg_clif-${{ runner.os }}
path: cg_clif.tar.xz
- name: Upload prebuilt cg_clif (cross compile)
if: matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
uses: actions/upload-artifact@v2
with:
name: cg_clif-${{ runner.os }}-cross-x86_64-mingw
path: cg_clif.tar.xz