Commit f45980d44565b5af71f18bd00ed276a1abaac9ee

Authored by Perry Werneck
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,7 +59,7 @@ 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.x86_64.tar.xz 62 + run: tar -C ./.build -Jxvf 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 -Jxvf mingw-w64-x86_64-libv3270.tar.xz
65 - name: Unpack ipcplugin 65 - name: Unpack ipcplugin
@@ -75,7 +75,7 @@ jobs: @@ -75,7 +75,7 @@ jobs:
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 }}
78 - artifacts: mingw-w64-x86_64-pw3270.tar.xz 78 + artifacts: "*-pw3270.tar.xz"
79 allowUpdates: true 79 allowUpdates: true
80 draft: false 80 draft: false
81 makeLatest: true 81 makeLatest: true