Commit d399caa0241758dce21d8d5ee1415b18cf1d420a
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,7 +47,7 @@ jobs: | ||
47 | with: | 47 | with: |
48 | repository: PerryWerneck/libipc3270 | 48 | repository: PerryWerneck/libipc3270 |
49 | latest: true | 49 | latest: true |
50 | - fileName: mingw-libipc3270.tar.xz | 50 | + fileName: mingw-w64-x86_64-libipc3270.tar.xz |
51 | - uses: robinraju/release-downloader@v1.7 | 51 | - uses: robinraju/release-downloader@v1.7 |
52 | with: | 52 | with: |
53 | repository: PerryWerneck/libhllapi | 53 | repository: PerryWerneck/libhllapi |
@@ -59,13 +59,13 @@ jobs: | @@ -59,13 +59,13 @@ jobs: | ||
59 | latest: true | 59 | latest: true |
60 | fileName: mingw-pw3270-plugin-ipc.tar.xz | 60 | fileName: mingw-pw3270-plugin-ipc.tar.xz |
61 | - name: Unpack lib3270 | 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 | - name: Unpack libv3270 | 63 | - name: Unpack libv3270 |
64 | run: tar -C ./.build -Jxvf mingw-w64-x86_64-libv3270.tar.xz | 64 | run: tar -C ./.build -Jxvf mingw-w64-x86_64-libv3270.tar.xz |
65 | - name: Unpack ipcplugin | 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 | - name: Unpack ipc3270 | 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 | - name: Unpack hllapi | 69 | - name: Unpack hllapi |
70 | run: tar -C ./.build -Jxvf mingw-hllapi.tar.xz | 70 | run: tar -C ./.build -Jxvf mingw-hllapi.tar.xz |
71 | - name: Make Runtime | 71 | - name: Make Runtime |