Commit 403b436f3ef111e4e6272cbca6e2313aad218d2a
Exists in
master
and in
1 other branch
Merge branch 'master' into develop
Showing
1 changed file
with
14 additions
and
0 deletions
Show diff stats
.github/workflows/msys2.yml
1 | 1 | name: MSYS2 |
2 | 2 | on: |
3 | + push: | |
4 | + branches: | |
5 | + - develop | |
3 | 6 | pull_request: |
4 | 7 | branches: |
5 | 8 | - master |
... | ... | @@ -22,4 +25,15 @@ jobs: |
22 | 25 | - name: CI-Build |
23 | 26 | run: | |
24 | 27 | ./win/ci-build.sh |
28 | + - uses: ncipollo/release-action@v1 | |
29 | + with: | |
30 | + artifacts: "*.tar.xz" | |
31 | + allowUpdates: true | |
32 | + draft: true | |
33 | + makeLatest: true | |
34 | + name: mingw-binary | |
35 | + omitBody: true | |
36 | + omitPrereleaseDuringUpdate: true | |
37 | + replacesArtifacts: true | |
38 | + | |
25 | 39 | ... | ... |