Skip to content

Commit

Permalink
Debugging publish action.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryWerneck committed Mar 7, 2024
1 parent 425cd79 commit abfd34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- uses: ncipollo/release-action@v1
with:
tag: ${{ steps.gettag.outputs.tag }}
artifacts: "*-pw3270-*.tar.*"
artifacts: "macos-pw3270.tar.xz"
allowUpdates: true
draft: false
makeLatest: true
Expand Down

0 comments on commit abfd34c

Please sign in to comment.