Commit 2a1f6c5815c0f7d29b9b52347ec1a2a1bd5ab459

Authored by Perry Werneck
Committed by GitHub
1 parent f45980d4
Exists in develop

Update winpkg.yml

Showing 1 changed file with 6 additions and 6 deletions   Show diff stats
.github/workflows/winpkg.yml
@@ -59,19 +59,19 @@ jobs: @@ -59,19 +59,19 @@ jobs:
59 latest: true 59 latest: true
60 fileName: mingw-w64-x86_64-pw3270-plugin-ipc.tar.xz 60 fileName: mingw-w64-x86_64-pw3270-plugin-ipc.tar.xz
61 - name: Unpack lib3270 61 - name: Unpack lib3270
62 - run: tar -C ./.build -Jxvf mingw-w64-x86_64-lib3270.tar.xz 62 + run: tar -C ./.build -Jxf mingw-w64-x86_64-lib3270.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 -Jxf mingw-w64-x86_64-libv3270.tar.xz
65 - name: Unpack ipcplugin 65 - name: Unpack ipcplugin
66 - run: tar -C ./.build -Jxvf mingw-w64-x86_64-plugin-ipc.tar.xz 66 + run: tar -C ./.build -Jxf mingw-w64-x86_64-pw3270-plugin-ipc.tar.xz
67 - name: Unpack ipc3270 67 - name: Unpack ipc3270
68 - run: tar -C ./.build -Jxvf 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 -Jxvf mingw-hllapi.tar.xz 70 + run: tar -C ./.build -Jxf mingw-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
74 - run: tar -C ./.build -Jcvf mingw-w64-x86_64-pw3270.tar.xz . 74 + run: tar -C ./.build -Jcf mingw-w64-x86_64-pw3270.tar.xz .
75 - uses: ncipollo/release-action@v1 75 - uses: ncipollo/release-action@v1
76 with: 76 with:
77 tag: ${{ steps.gettag.outputs.tag }} 77 tag: ${{ steps.gettag.outputs.tag }}