Skip to content

Commit 5753da1

Browse files
Add missing dollar sign for variable
1 parent d67f810 commit 5753da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ jobs:
4848
with:
4949
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
5050
asset_path: .\packaging\ProtobufDecoder.Installer\bin\Release\ProtobufDecoder.msi
51-
asset_name: ProtobufDecoder_v{{ steps.get_version.outputs.VERSION }}.msi
51+
asset_name: ProtobufDecoder_v${{ steps.get_version.outputs.VERSION }}.msi
5252
asset_content_type: application/x-msi

0 commit comments

Comments
 (0)