ci/win: upload artifacts
This commit is contained in:
parent
17ef6d65e1
commit
cd7c3fdc4c
|
|
@ -78,3 +78,8 @@ jobs:
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: ./.github/test.sh
|
run: ./.github/test.sh
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: ${{ matrix.msystem }}-${{ matrix.arch }}
|
||||||
|
path: msys2/*.zst
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue