From 9486198e713d90ab91247e8887202c7547069f16 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 13 Mar 2023 23:46:48 -0300 Subject: [PATCH] Update msys2.yml --- .github/workflows/msys2.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+), 0 deletions(-) diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index 2dd31a4..8ec759d 100644 --- a/.github/workflows/msys2.yml +++ b/.github/workflows/msys2.yml @@ -22,4 +22,17 @@ jobs: - name: CI-Build run: | ./win/ci-build.sh + - name: pack + run: | + 7z a mingw-libv3270.zip .bin\package\mingw64\* + - uses: ncipollo/release-action@v1 + with: + tag: 5.4 + artifacts: "*.zip,*.xz" + allowUpdates: true + draft: false + makeLatest: true + omitBody: true + omitPrereleaseDuringUpdate: true + replacesArtifacts: true -- libgit2 0.21.2