We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01275c8 commit 66ff830Copy full SHA for 66ff830
.github/workflows/build.yaml
@@ -32,10 +32,9 @@ jobs:
32
- name: Build extension
33
run: |
34
vsce package --baseContentUrl https://github.com/GitGuardian/gitguardian-vscode/ --allow-missing-repository
35
- mv *.vsix gitguardian-vscode.vsix
36
37
- name: Upload extension package
38
uses: actions/upload-artifact@v4
39
with:
40
- name: gitguardian-vscode.vsix
41
- path: gitguardian-vscode.vsix
+ name: gitguardian.vsix
+ path: gitguardian-*.vsix
0 commit comments