From 4bb7dbbb75472137cc3dbfeef29819eec20d0e89 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 10 Mar 2023 10:40:29 -0300 Subject: [PATCH] Update msys2.yml --- .github/workflows/msys2.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index 2c680c9..abd35fc 100644 --- a/.github/workflows/msys2.yml +++ b/.github/workflows/msys2.yml @@ -22,19 +22,11 @@ jobs: msystem: mingw64 update: true 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 - - run: git fetch --prune --unshallow - name: CI-Build run: ./win/ci-build.sh - - name: Find Tag - id: tagger - uses: jimschubert/query-tag-action@v1 - with: - include: '*' - exclude: '*-rc*' - commit-ish: 'HEAD~' - uses: ncipollo/release-action@v1 with: - tag: ${{ steps.tagger.outputs.tag }} + tag: 5.4 name: mingw-binary artifacts: "*.tar.xz" allowUpdates: true -- libgit2 0.21.2