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 30 - name: CI-Build
31 31 run: |
32 32 ./win/ci-build.sh
33   - - name: pack
34   - run: |
35   - 7z a mingw-libv3270.zip .bin\package\mingw64\*
36 33 - uses: ncipollo/release-action@v1
37 34 with:
38 35 tag: 5.4
39   - artifacts: "*.zip,*.xz"
  36 + artifacts: "*.xz"
40 37 allowUpdates: true
41 38 draft: false
42 39 makeLatest: true
... ...