From c7577b028019affd5e5a42fb4ab7b81c375f229f Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 31 Mar 2023 10:11:27 -0300 Subject: [PATCH] Update winpkg.yml --- .github/workflows/winpkg.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/winpkg.yml b/.github/workflows/winpkg.yml index 8a07a3e..ab196aa 100644 --- a/.github/workflows/winpkg.yml +++ b/.github/workflows/winpkg.yml @@ -52,7 +52,7 @@ jobs: with: repository: PerryWerneck/libhllapi latest: true - fileName: mingw-hllapi.tar.xz + fileName: mingw-w64-x86_64-hllapi.tar.xz - uses: robinraju/release-downloader@v1.7 with: repository: PerryWerneck/pw3270-plugin-ipc @@ -67,7 +67,7 @@ jobs: - name: Unpack ipc3270 run: tar -C ./.build -Jxf mingw-w64-x86_64-libipc3270.tar.xz - name: Unpack hllapi - run: tar -C ./.build -Jxf mingw-hllapi.tar.xz + run: tar -C ./.build -Jxf mingw-w64-x86_64-hllapi.tar.xz - name: Make Runtime run: /bin/bash ./win/bundle - name: Make Package -- libgit2 0.21.2