-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to suppress readme #4420
Conversation
@danieljurek Do you know how to get the checks to rerun here? They shouldn't have failed... |
They are failing because
|
One needs to use a later version of To fix, go to this file azure-dev/.github/workflows/vscode-ci.yml Line 77 in b80cf6b
v2 to the v4 which will get you the latest.
- name: 'Upload azd binary to artifact store (upload-artifact: true only)'
if: matrix.upload-artifact == true
uses: actions/upload-artifact@v4 # <---- Change this line
with:
name: package
path: ./ext/vscode/azure-dev*.vsix |
Ok, I merged #4471. @alexweininger can you merge main into your PR branch? |
VSCode Extension Installation Instructions
|
Merged! Thanks @alexweininger! |
No description provided.