You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,6 @@ jobs:
54
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
55
with:
56
56
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
0 commit comments