Commit 1a1bb7d58293fda1de457499415e95dc16438208

Authored by Perry Werneck
Committed by GitHub
1 parent 4681ffa3
Exists in develop

Update publish.yml

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs: @@ -34,7 +34,7 @@ jobs:
34 - uses: ncipollo/release-action@v1 34 - uses: ncipollo/release-action@v1
35 with: 35 with:
36 tag: ${{ steps.gettag.outputs.tag }} 36 tag: ${{ steps.gettag.outputs.tag }}
37 - artifacts: "mingw-libv3270.tar.xz" 37 + artifacts: "mingw-libv3270.x86_64.tar.xz"
38 allowUpdates: true 38 allowUpdates: true
39 draft: false 39 draft: false
40 makeLatest: true 40 makeLatest: true