Skip to content

Commit

Permalink
different way of building the path to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschaMetze committed May 2, 2023
1 parent 3c887df commit a006d09
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.app' || 'linux' }}${{ runner.os == 'Windows' && '.exe' || '' }}
**/dist/maus_cli_${{ runner.os == 'Windows' && 'win' || runner.os == 'macOS' && 'macos' || 'linux' }}${{ runner.os == 'Windows' && '.exe' || runner.os == 'macOS' && '.app' || '' }}

0 comments on commit a006d09

Please sign in to comment.