Commit 55bb5c0b0e2db3485de0656a74bfe8f66f584db6

Authored by Perry Werneck
1 parent 2bdd8830
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
... ...