From dce67294f7a09f9d90cfcfa613acf59faa3ba1b4 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 6 Apr 2023 11:23:02 -0300 Subject: [PATCH] Update winpkg.yml --- .github/workflows/winpkg.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/winpkg.yml b/.github/workflows/winpkg.yml index 27d9ca0..0585e3d 100644 --- a/.github/workflows/winpkg.yml +++ b/.github/workflows/winpkg.yml @@ -41,8 +41,16 @@ jobs: fileName: "mingw-w64-x86_64-libv3270-5.4-0-x86_64.pkg.tar.zst" - name: BuildApp run: ./win/ci-build.sh - - name: Install pw3270 - run: make DESTDIR=${PWD}/.build install + - uses: ncipollo/release-action@v1 + with: + tag: ${{ steps.gettag.outputs.tag }} + artifacts: "*-pw3270-*.pkg.tar.zst" + allowUpdates: true + draft: false + makeLatest: true + omitBody: true + omitPrereleaseDuringUpdate: true + replacesArtifacts: true - uses: robinraju/release-downloader@v1.7 with: repository: PerryWerneck/libipc3270 @@ -68,6 +76,8 @@ jobs: run: tar -C ./.build --zstd -xf mingw-w64-x86_64-libipc3270-5.5-0-x86_64.pkg.tar.zst - name: Unpack hllapi run: tar -C ./.build --zstd -xf mingw-w64-x86_64-libhllapi-5.5-0-x86_64.pkg.tar.zst + - name: Unpack pw3270 + run: tar -C ./.build --zstd -xf mingw-w64-x86_64-pw3270-*-x86_64.pkg.tar.zst - name: Make Runtime run: /bin/bash ./win/bundle - name: Make Package -- libgit2 0.21.2