Skip to content

Commit

Permalink
chore: removed the wget command to download the vsix file (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
GImbrailo authored Jun 8, 2022
1 parent dd3b95e commit 866e834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ jobs:
wget ${{ needs.build-binaries.outputs.public-url-ubuntu }} -O taq-linux
wget ${{ needs.build-binaries.outputs.public-url-windows }} -O taq-windows.exe
wget ${{ needs.build-binaries.outputs.public-url-macos }} -O taq-macos
wget ${{ needs.vscode-extension-workflow.outputs.vsixGcsUrl }}
# wget ${{ needs.vscode-extension-workflow.outputs.vsixGcsUrl }}

- name: Release
id: release
Expand Down

0 comments on commit 866e834

Please sign in to comment.