Skip to content

Commit

Permalink
FIX: testing vsix action
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Dec 28, 2023
1 parent 47b95c7 commit 6ff8e61
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/vscodeext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@ jobs:
vsce package
- name: Save artifact
uses: actions/upload-artifact@v2
with:
name: VSCodeExtension
path: VSCode/scriptsync/*.vsix

# - name: Upload VSIX package
# uses: actions/upload-artifact@v2
# with:
# name: VSCodeExtension
# path: scriptsync/VSCode/*.vsix
uses: actions/upload-artifact@v2
with:
name: VSCodeExtension
path: VSCode/scriptsync/*.vsix

0 comments on commit 6ff8e61

Please sign in to comment.