Commit 9486198e713d90ab91247e8887202c7547069f16

Authored by Perry Werneck
Committed by GitHub
1 parent 3c0f98de
Exists in develop

Update msys2.yml

Showing 1 changed file with 13 additions and 0 deletions   Show diff stats
.github/workflows/msys2.yml
@@ -22,4 +22,17 @@ jobs: @@ -22,4 +22,17 @@ jobs:
22 - name: CI-Build 22 - name: CI-Build
23 run: | 23 run: |
24 ./win/ci-build.sh 24 ./win/ci-build.sh
  25 + - name: pack
  26 + run: |
  27 + 7z a mingw-libv3270.zip .bin\package\mingw64\*
  28 + - uses: ncipollo/release-action@v1
  29 + with:
  30 + tag: 5.4
  31 + artifacts: "*.zip,*.xz"
  32 + allowUpdates: true
  33 + draft: false
  34 + makeLatest: true
  35 + omitBody: true
  36 + omitPrereleaseDuringUpdate: true
  37 + replacesArtifacts: true
25 38