From f479763e89e924b005956ea16a13b432c430f0cc Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 10 Mar 2023 08:05:28 -0300 Subject: [PATCH] Update msys2.yml --- .github/workflows/msys2.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index 72df4cb..08b5ff0 100644 --- a/.github/workflows/msys2.yml +++ b/.github/workflows/msys2.yml @@ -1,5 +1,8 @@ name: MSYS2 on: + push: + branches: + - develop pull_request: branches: - master @@ -21,6 +24,16 @@ jobs: install: xz mingw-w64-x86_64-gcc automake autoconf make git pkgconf mingw-w64-x86_64-gettext gettext-devel mingw-w64-x86_64-openssl libtool - name: CI-Build run: | - gcc -v ./win/ci-build.sh + - uses: ncipollo/release-action@v1 + with: + artifacts: "*.tar.xz" + allowUpdates: true + draft: true + makeLatest: true + name: mingw-binary + omitBody: true + omitPrereleaseDuringUpdate: true + replacesArtifacts: true + -- libgit2 0.21.2