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,7 +119,7 @@ jobs:
119 - uses: ncipollo/release-action@v1 119 - uses: ncipollo/release-action@v1
120 with: 120 with:
121 tag: ${{ steps.gettag.outputs.tag }} 121 tag: ${{ steps.gettag.outputs.tag }}
122 - artifacts: "*-pw3270-*.tar.*" 122 + artifacts: "macos-pw3270.tar.xz"
123 allowUpdates: true 123 allowUpdates: true
124 draft: false 124 draft: false
125 makeLatest: true 125 makeLatest: true