Skip to content

Commit

Permalink
Better naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Jun 28, 2021
1 parent 8415e87 commit 13f4bf8
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 @@ -149,5 +149,5 @@ jobs:
upload_url: ${{ steps.get_release_info.outputs.upload_url }}
asset_path: ./output.zip
# fake ternary
asset_name: ${{ steps.get_release_info.outputs.file_name }}-${{ matrix.platform }}-${{ matrix.self_contained != 'false' && 'self-contained' || 'requires-dotnet5' }}.zip
asset_name: ${{ steps.get_release_info.outputs.file_name }}${{ matrix.self_contained != 'false' && '-self-contained' || '' }}-${{ matrix.platform }}.zip
asset_content_type: application/zip

0 comments on commit 13f4bf8

Please sign in to comment.