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 34 - uses: ncipollo/release-action@v1
35 35 with:
36 36 tag: ${{ steps.gettag.outputs.tag }}
37   - artifacts: "mingw-libv3270.tar.xz"
  37 + artifacts: "mingw-libv3270.x86_64.tar.xz"
38 38 allowUpdates: true
39 39 draft: false
40 40 makeLatest: true
... ...