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 f9e5118
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
# tags:
# - '*'


jobs:
build-vsix:
runs-on: ubuntu-20.04
Expand All @@ -21,11 +20,12 @@ jobs:
cache-dependency-path: ./package-lock.json
- name: Install code
run: |
sudo snap install --classic code
sudo snap install --classic code
npm install -g @vscode/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 f9e5118

Please sign in to comment.