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 | 52 | with: |
| 53 | 53 | repository: PerryWerneck/libhllapi |
| 54 | 54 | latest: true |
| 55 | - fileName: mingw-hllapi.tar.xz | |
| 55 | + fileName: mingw-w64-x86_64-hllapi.tar.xz | |
| 56 | 56 | - uses: robinraju/release-downloader@v1.7 |
| 57 | 57 | with: |
| 58 | 58 | repository: PerryWerneck/pw3270-plugin-ipc |
| ... | ... | @@ -67,7 +67,7 @@ jobs: |
| 67 | 67 | - name: Unpack ipc3270 |
| 68 | 68 | run: tar -C ./.build -Jxf mingw-w64-x86_64-libipc3270.tar.xz |
| 69 | 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 | 71 | - name: Make Runtime |
| 72 | 72 | run: /bin/bash ./win/bundle |
| 73 | 73 | - name: Make Package | ... | ... |