Skip to content

Commit

Permalink
refactor: Update VSCE package command in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieubellon committed Sep 10, 2024
1 parent b8c1c91 commit ff32fbb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Build extension
run: |
vsce package
vsce package --baseContentUrl https://github.com/GitGuardian/gitguardian-vscode/ --allow-missing-repository
mv *.vsix gitguardian-vscode.vsix
- name: Upload extension package
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ yarn-error.log*
tsconfig.base.tsbuildinfo%

# ouput dir
out/
out/

# build files
**/*.vsix
6 changes: 6 additions & 0 deletions SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Support

If you have a question or need help you can reach out to us via :

- The [issue tracker](https://github.com/GitGuardian/gitguardian-vscode/issues) if you found a bug, do not understand something, etc ..
- or the [Discussion tab](https://github.com/GitGuardian/gitguardian-vscode/discussions) where you can open a new thread for a feature idea or anything else

0 comments on commit ff32fbb

Please sign in to comment.