Skip to content

Commit

Permalink
try wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschaMetze committed May 2, 2023
1 parent a006d09 commit 4fc1c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ jobs:
with:
body: ${{ steps.create_release_notes.outputs.body }}
files: |
**/dist/maus_cli_${{ runner.os == 'Windows' && 'win' || runner.os == 'macOS' && 'macos' || 'linux' }}${{ runner.os == 'Windows' && '.exe' || runner.os == 'macOS' && '.app' || '' }}
./dist/maus_cli*

0 comments on commit 4fc1c38

Please sign in to comment.