Commit abfd34c8a380ee5a3aa6287498905686b7f9173d

Authored by Perry Werneck
1 parent 425cd790
Exists in develop

Debugging publish action.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.github/workflows/publish.yml
... ... @@ -119,7 +119,7 @@ jobs:
119 119 - uses: ncipollo/release-action@v1
120 120 with:
121 121 tag: ${{ steps.gettag.outputs.tag }}
122   - artifacts: "*-pw3270-*.tar.*"
  122 + artifacts: "macos-pw3270.tar.xz"
123 123 allowUpdates: true
124 124 draft: false
125 125 makeLatest: true
... ...