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,7 +8,7 @@ on:
8 branches: 8 branches:
9 - winpkg 9 - winpkg
10 jobs: 10 jobs:
11 - msys2-mingw: 11 + msys2-mingw64:
12 runs-on: windows-latest 12 runs-on: windows-latest
13 defaults: 13 defaults:
14 run: 14 run:
@@ -26,7 +26,8 @@ jobs: @@ -26,7 +26,8 @@ jobs:
26 update: true 26 update: true
27 install: xz mingw-w64-x86_64-gcc automake autoconf make git pkgconf 27 install: xz mingw-w64-x86_64-gcc automake autoconf make git pkgconf
28 mingw-w64-x86_64-gettext gettext-devel mingw-w64-x86_64-openssl 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 - uses: robinraju/release-downloader@v1.7 31 - uses: robinraju/release-downloader@v1.7
31 with: 32 with:
32 repository: PerryWerneck/lib3270 33 repository: PerryWerneck/lib3270
@@ -69,11 +70,11 @@ jobs: @@ -69,11 +70,11 @@ jobs:
69 - name: Make Runtime 70 - name: Make Runtime
70 run: /bin/bash ./win/makeruntime.sh 71 run: /bin/bash ./win/makeruntime.sh
71 - name: Make Package 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 - uses: ncipollo/release-action@v1 74 - uses: ncipollo/release-action@v1
74 with: 75 with:
75 tag: ${{ steps.gettag.outputs.tag }} 76 tag: ${{ steps.gettag.outputs.tag }}
76 - artifacts: mingw-pw3270-full.tar.xz 77 + artifacts: mingw64-pw3270-full.tar.xz
77 allowUpdates: true 78 allowUpdates: true
78 draft: false 79 draft: false
79 makeLatest: true 80 makeLatest: true