Commit 68cc0524090c431b2319a8c3360fb56419e1833d

Authored by Perry Werneck
1 parent 105cb020
Exists in develop

Working on mingw64 package.

Showing 1 changed file with 5 additions and 4 deletions   Show diff stats
.github/workflows/winpkg.yml
... ... @@ -8,7 +8,7 @@ on:
8 8 branches:
9 9 - winpkg
10 10 jobs:
11   - msys2-mingw:
  11 + msys2-mingw64:
12 12 runs-on: windows-latest
13 13 defaults:
14 14 run:
... ... @@ -26,7 +26,8 @@ jobs:
26 26 update: true
27 27 install: xz mingw-w64-x86_64-gcc automake autoconf make git pkgconf
28 28 mingw-w64-x86_64-gettext gettext-devel mingw-w64-x86_64-openssl
29   - libtool mingw-w64-x86_64-gtk3 mingw-w64-x86_64-nsis
  29 + libtool mingw-w64-x86_64-gtk3 mingw-w64-x86_64-librsvg mingw-w64-x86_64-gdk-pixbuf2
  30 + mingw-w64-x86_64-nsis
30 31 - uses: robinraju/release-downloader@v1.7
31 32 with:
32 33 repository: PerryWerneck/lib3270
... ... @@ -69,11 +70,11 @@ jobs:
69 70 - name: Make Runtime
70 71 run: /bin/bash ./win/makeruntime.sh
71 72 - name: Make Package
72   - run: tar -C ./.build -Jcvf mingw-pw3270-full.tar.xz .
  73 + run: tar -C ./.build -Jcvf mingw64-pw3270-full.tar.xz .
73 74 - uses: ncipollo/release-action@v1
74 75 with:
75 76 tag: ${{ steps.gettag.outputs.tag }}
76   - artifacts: mingw-pw3270-full.tar.xz
  77 + artifacts: mingw64-pw3270-full.tar.xz
77 78 allowUpdates: true
78 79 draft: false
79 80 makeLatest: true
... ...