Commit 5b587056b00f45d600417fb2bfade03a36aee91c

Authored by Perry Werneck
1 parent de4033ae
Exists in develop

Adding zip package.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.github/workflows/publish.yml
... ... @@ -16,7 +16,7 @@ jobs:
16 16 with:
17 17 msystem: mingw64
18 18 update: true
19   - install: dos2unix mingw-w64-x86_64-gcc automake autoconf make git pkgconf mingw-w64-x86_64-gettext gettext-devel mingw-w64-x86_64-openssl libtool mingw-w64-x86_64-gtk3 mingw-w64-x86_64-imagemagick mingw-w64-x86_64-optipng mingw-w64-x86_64-inkscape mingw-w64-x86_64-nsis
  19 + install: dos2unix mingw-w64-x86_64-gcc automake autoconf make git zip pkgconf mingw-w64-x86_64-gettext gettext-devel mingw-w64-x86_64-openssl libtool mingw-w64-x86_64-gtk3 mingw-w64-x86_64-imagemagick mingw-w64-x86_64-optipng mingw-w64-x86_64-inkscape mingw-w64-x86_64-nsis
20 20 - uses: robinraju/release-downloader@v1.7
21 21 with:
22 22 repository: "PerryWerneck/lib3270"
... ...