Skip to content

Commit

Permalink
Cleanup GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower committed Jun 20, 2024
1 parent cc9910e commit a7d88d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
cache-dependency-path: ./package-lock.json
- name: Install code
run: |
sudo snap install --classic code
npm install -g vsce
- name: Build VSIX
run: |
rm -f *.vsix
vsce package
rm -f *.vsix
vsce package
- name: Upload VSIX
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a7d88d7

Please sign in to comment.