Commit d399caa0241758dce21d8d5ee1415b18cf1d420a

Authored by Perry Werneck
Committed by GitHub
1 parent 4ffe1ac9
Exists in develop

Update winpkg.yml

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
.github/workflows/winpkg.yml
... ... @@ -47,7 +47,7 @@ jobs:
47 47 with:
48 48 repository: PerryWerneck/libipc3270
49 49 latest: true
50   - fileName: mingw-libipc3270.tar.xz
  50 + fileName: mingw-w64-x86_64-libipc3270.tar.xz
51 51 - uses: robinraju/release-downloader@v1.7
52 52 with:
53 53 repository: PerryWerneck/libhllapi
... ... @@ -59,13 +59,13 @@ 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-w64-x86_64lib3270.x86_64.tar.xz
  62 + run: tar -C ./.build -Jxvf mingw-w64-x86_64-lib3270.x86_64.tar.xz
63 63 - name: Unpack libv3270
64 64 run: tar -C ./.build -Jxvf mingw-w64-x86_64-libv3270.tar.xz
65 65 - name: Unpack ipcplugin
66   - run: tar -C ./.build -Jxvf mingw-pw3270-plugin-ipc.tar.xz
  66 + run: tar -C ./.build -Jxvf mingw-w64-x86_64-plugin-ipc.tar.xz
67 67 - name: Unpack ipc3270
68   - run: tar -C ./.build -Jxvf mingw-libipc3270.tar.xz
  68 + run: tar -C ./.build -Jxvf mingw-w64-x86_64-libipc3270.tar.xz
69 69 - name: Unpack hllapi
70 70 run: tar -C ./.build -Jxvf mingw-hllapi.tar.xz
71 71 - name: Make Runtime
... ...