Skip to content

Commit

Permalink
upload with no extension
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschaMetze committed May 4, 2023
1 parent 70dd853 commit fa8de62
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 @@ -124,4 +124,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' && '.zip' || '' }}
./dist/maus_cli_${{ runner.os == 'Windows' && 'win' || runner.os == 'macOS' && 'macos' || 'linux' }}${{ runner.os == 'Windows' && '.exe' || runner.os == 'macOS' && '' || '' }}

0 comments on commit fa8de62

Please sign in to comment.