Commit 22f07a89fe22dea8c72ddc066ee13396711060ed

Authored by Perry Werneck
Committed by GitHub
2 parents 4681ffa3 1a1bb7d5
Exists in develop

Merge pull request #31 from PerryWerneck/PerryWerneck-patch-1

Publish with architecture.
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