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,19 +22,11 @@ jobs:
22 msystem: mingw64 22 msystem: mingw64
23 update: true 23 update: true
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 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 - name: CI-Build 25 - name: CI-Build
27 run: ./win/ci-build.sh 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 - uses: ncipollo/release-action@v1 27 - uses: ncipollo/release-action@v1
36 with: 28 with:
37 - tag: ${{ steps.tagger.outputs.tag }} 29 + tag: 5.4
38 name: mingw-binary 30 name: mingw-binary
39 artifacts: "*.tar.xz" 31 artifacts: "*.tar.xz"
40 allowUpdates: true 32 allowUpdates: true