Skip to content

Commit 30ed326

Browse files
authored
update release
change path to asset
1 parent 3207fbe commit 30ed326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
with:
5656
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
57-
asset_path: /github/workspace/vscode-nushell-lang-0.0.5.vsix # Need to get this version number dynamically
57+
asset_path: ./vscode-nushell-lang-0.0.5.vsix # Need to get this version number dynamically
5858
asset_name: vscode-nushell-lang-0.0.5.vsix
5959
asset_content_type: application/vsix

0 commit comments

Comments
 (0)