Commit e3e6bc1bcb0d006f4906000d196915f34d63b263

Authored by Perry Werneck
Committed by GitHub
1 parent 780ee1ce
Exists in develop

Update winpkg.yml

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.github/workflows/winpkg.yml
@@ -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: *-pw3270-*.tar.xz 78 + artifacts: mingw64-pw3270.x86_64.tar.xz
79 allowUpdates: true 79 allowUpdates: true
80 draft: false 80 draft: false
81 makeLatest: true 81 makeLatest: true