From cb5156db481535a87579bf5499320c4592d12c2e Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 6 Mar 2024 22:53:55 -0300 Subject: [PATCH] Debugging publish action. --- .github/workflows/publish.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6aa92e5..ee58b45 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: with: msystem: mingw64 update: true - 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 + 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 - uses: robinraju/release-downloader@v1.7 with: repository: "PerryWerneck/lib3270" @@ -27,11 +27,15 @@ jobs: repository: "PerryWerneck/libv3270" latest: true fileName: "mingw-w64-x86_64-libv3270-5.4-0-x86_64.pkg.tar.zst" - - name: CI-Build + - name: MakePackage run: | pacman -U --noconfirm *.pkg.tar.zst dos2unix PKGBUILD.mingw makepkg BUILDDIR=/tmp/pkg -p PKGBUILD.mingw + - name: MakeNSIS + run: | + ./win/bundle.msys --nsi + find . -iname '*.exe' - uses: oprypin/find-latest-tag@v1 id: gettag with: -- libgit2 0.21.2