Commit f6ea28013e114a1536465955986649d6503d8668

Authored by Perry Werneck
Committed by GitHub
1 parent a08cc09e
Exists in develop

Update msys2.yml

Showing 1 changed file with 1 additions and 4 deletions   Show diff stats
.github/workflows/msys2.yml
@@ -30,13 +30,10 @@ jobs: @@ -30,13 +30,10 @@ jobs:
30 - name: CI-Build 30 - name: CI-Build
31 run: | 31 run: |
32 ./win/ci-build.sh 32 ./win/ci-build.sh
33 - - name: pack  
34 - run: |  
35 - 7z a mingw-libv3270.zip .bin\package\mingw64\*  
36 - uses: ncipollo/release-action@v1 33 - uses: ncipollo/release-action@v1
37 with: 34 with:
38 tag: 5.4 35 tag: 5.4
39 - artifacts: "*.zip,*.xz" 36 + artifacts: "*.xz"
40 allowUpdates: true 37 allowUpdates: true
41 draft: false 38 draft: false
42 makeLatest: true 39 makeLatest: true