Skip to content

Commit 37179c9

Browse files
committed
ci: do not rename generated vsix
1 parent be3ad1f commit 37179c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ jobs:
2929
- name: Build extension
3030
run: |
3131
vsce package --baseContentUrl https://github.com/GitGuardian/gitguardian-vscode/ --allow-missing-repository
32-
mv *.vsix gitguardian-vscode.vsix
3332
3433
- name: Upload extension package
3534
uses: actions/upload-artifact@v4
3635
with:
37-
name: gitguardian-vscode.vsix
38-
path: gitguardian-vscode.vsix
36+
name: gitguardian.vsix
37+
path: gitguardian-*.vsix

0 commit comments

Comments
 (0)