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 6, 2024
1 parent db0ab5f commit 9fc5aee
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 @@ -118,7 +118,7 @@ jobs:
- uses: ncipollo/release-action@v1
with:
tag: ${{ steps.gettag.outputs.tag }}
artifacts: "macos-*.tar.xz"
artifacts: "*-pw3270-*.tar.*"
allowUpdates: true
draft: false
makeLatest: true
Expand Down

0 comments on commit 9fc5aee

Please sign in to comment.