Commit c7577b028019affd5e5a42fb4ab7b81c375f229f
Committed by
GitHub
1 parent
2a1f6c58
Exists in
develop
Update winpkg.yml
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
.github/workflows/winpkg.yml
@@ -52,7 +52,7 @@ jobs: | @@ -52,7 +52,7 @@ jobs: | ||
52 | with: | 52 | with: |
53 | repository: PerryWerneck/libhllapi | 53 | repository: PerryWerneck/libhllapi |
54 | latest: true | 54 | latest: true |
55 | - fileName: mingw-hllapi.tar.xz | 55 | + fileName: mingw-w64-x86_64-hllapi.tar.xz |
56 | - uses: robinraju/release-downloader@v1.7 | 56 | - uses: robinraju/release-downloader@v1.7 |
57 | with: | 57 | with: |
58 | repository: PerryWerneck/pw3270-plugin-ipc | 58 | repository: PerryWerneck/pw3270-plugin-ipc |
@@ -67,7 +67,7 @@ jobs: | @@ -67,7 +67,7 @@ jobs: | ||
67 | - name: Unpack ipc3270 | 67 | - name: Unpack ipc3270 |
68 | run: tar -C ./.build -Jxf mingw-w64-x86_64-libipc3270.tar.xz | 68 | run: tar -C ./.build -Jxf mingw-w64-x86_64-libipc3270.tar.xz |
69 | - name: Unpack hllapi | 69 | - name: Unpack hllapi |
70 | - run: tar -C ./.build -Jxf mingw-hllapi.tar.xz | 70 | + run: tar -C ./.build -Jxf mingw-w64-x86_64-hllapi.tar.xz |
71 | - name: Make Runtime | 71 | - name: Make Runtime |
72 | run: /bin/bash ./win/bundle | 72 | run: /bin/bash ./win/bundle |
73 | - name: Make Package | 73 | - name: Make Package |