Commit f45980d44565b5af71f18bd00ed276a1abaac9ee
Committed by
GitHub
1 parent
62384722
Exists in
develop
Update winpkg.yml
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
.github/workflows/winpkg.yml
... | ... | @@ -59,7 +59,7 @@ jobs: |
59 | 59 | latest: true |
60 | 60 | fileName: mingw-w64-x86_64-pw3270-plugin-ipc.tar.xz |
61 | 61 | - name: Unpack lib3270 |
62 | - run: tar -C ./.build -Jxvf mingw-w64-x86_64-lib3270.x86_64.tar.xz | |
62 | + run: tar -C ./.build -Jxvf mingw-w64-x86_64-lib3270.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 |
... | ... | @@ -75,7 +75,7 @@ jobs: |
75 | 75 | - uses: ncipollo/release-action@v1 |
76 | 76 | with: |
77 | 77 | tag: ${{ steps.gettag.outputs.tag }} |
78 | - artifacts: mingw-w64-x86_64-pw3270.tar.xz | |
78 | + artifacts: "*-pw3270.tar.xz" | |
79 | 79 | allowUpdates: true |
80 | 80 | draft: false |
81 | 81 | makeLatest: true | ... | ... |