Commit 59c02e235e6436af071bfa68bcf63608d2ba0802

Authored by Perry Werneck
Committed by GitHub
1 parent 98ea623e
Exists in develop

Update winpkg.yml

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.github/workflows/winpkg.yml
... ... @@ -59,7 +59,7 @@ jobs:
59 59 latest: true
60 60 fileName: mingw-pw3270-plugin-ipc.tar.xz
61 61 - name: Unpack lib3270
62   - run: tar -C ./.build -Jxvf mingw-lib3270.tar.xz
  62 + run: tar -C ./.build -Jxvf mingw-lib3270.x86_64.tar.xz
63 63 - name: Unpack libv3270
64 64 run: tar -C ./.build -Jxvf mingw-libv3270.tar.xz
65 65 - name: Unpack ipcplugin
... ...