Commit 4bb7dbbb75472137cc3dbfeef29819eec20d0e89

Authored by Perry Werneck
Committed by GitHub
1 parent fbc0834f
Exists in master and in 1 other branch develop

Update msys2.yml

Showing 1 changed file with 1 additions and 9 deletions   Show diff stats
.github/workflows/msys2.yml
... ... @@ -22,19 +22,11 @@ jobs:
22 22 msystem: mingw64
23 23 update: true
24 24 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
25   - - run: git fetch --prune --unshallow
26 25 - name: CI-Build
27 26 run: ./win/ci-build.sh
28   - - name: Find Tag
29   - id: tagger
30   - uses: jimschubert/query-tag-action@v1
31   - with:
32   - include: '*'
33   - exclude: '*-rc*'
34   - commit-ish: 'HEAD~'
35 27 - uses: ncipollo/release-action@v1
36 28 with:
37   - tag: ${{ steps.tagger.outputs.tag }}
  29 + tag: 5.4
38 30 name: mingw-binary
39 31 artifacts: "*.tar.xz"
40 32 allowUpdates: true
... ...