Skip to content

Commit 66ff830

Browse files
committed
ci: do not rename generated vsix
This way we produce vsix with the right name for the release.
1 parent 01275c8 commit 66ff830

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ jobs:
3232
- name: Build extension
3333
run: |
3434
vsce package --baseContentUrl https://github.com/GitGuardian/gitguardian-vscode/ --allow-missing-repository
35-
mv *.vsix gitguardian-vscode.vsix
3635
3736
- name: Upload extension package
3837
uses: actions/upload-artifact@v4
3938
with:
40-
name: gitguardian-vscode.vsix
41-
path: gitguardian-vscode.vsix
39+
name: gitguardian.vsix
40+
path: gitguardian-*.vsix

0 commit comments

Comments
 (0)