Commit 9fc5aeec8a58ed142973560850473a04c7c9c3b3

Authored by Perry Werneck
1 parent db0ab5f6
Exists in develop

Debugging publish action.

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