Skip to content

Commit

Permalink
try without relative directory
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschaMetze committed May 2, 2023
1 parent 9962776 commit 3c887df
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.app' || 'linux' }}${{ runner.os == 'Windows' && '.exe' || '' }}

0 comments on commit 3c887df

Please sign in to comment.