CI: store packages as GHA artifacts

This commit is contained in:
Jeroen Ooms
2020-08-15 10:55:20 +02:00
parent a988dc610e
commit 0943adf66e
2 changed files with 15 additions and 3 deletions

View File

@@ -31,3 +31,15 @@ jobs:
- name: CI-Build
run: MINGW_INSTALLS=${{ matrix.msystem }} ./ci-build.sh
- name: "Upload binaries"
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.msystem }}-packages
path: artifacts/*.pkg.tar.*
- name: "Upload sources"
uses: actions/upload-artifact@v2
with:
name: sources
path: artifacts/*.src.tar.*