Commit 55bb5c0b0e2db3485de0656a74bfe8f66f584db6
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,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 |