Commit 62384722c33940f541f3fe905108a7e73e61be8a
Committed by
GitHub
1 parent
d399caa0
Exists in
develop
Update winpkg.yml
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.github/workflows/winpkg.yml
... | ... | @@ -57,7 +57,7 @@ jobs: |
57 | 57 | with: |
58 | 58 | repository: PerryWerneck/pw3270-plugin-ipc |
59 | 59 | latest: true |
60 | - fileName: mingw-pw3270-plugin-ipc.tar.xz | |
60 | + fileName: mingw-w64-x86_64-pw3270-plugin-ipc.tar.xz | |
61 | 61 | - name: Unpack lib3270 |
62 | 62 | run: tar -C ./.build -Jxvf mingw-w64-x86_64-lib3270.x86_64.tar.xz |
63 | 63 | - name: Unpack libv3270 | ... | ... |