Skip to content

Commit

Permalink
Fix create-vsix (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron authored Sep 23, 2024
1 parent dd4bc9c commit b915a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: "18.18.2"
- run: npm ci
- run: npx ts-node scripts/create-vsix.ts ${{ github.event.inputs.branch }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: vscode-brightscript-language.vsix
path: .vsix-building/vscode-brightscript-language/*.vsix

0 comments on commit b915a4a

Please sign in to comment.