changed build strategy
publish-vs-code-extensions.yml / Publish VS Code Extension (push) Successful in 53s

This commit is contained in:
2026-09-09 16:59:21 +02:00
parent 67c1c197b0
commit 7a59237d45
2 changed files with 709 additions and 121 deletions
@@ -55,8 +55,12 @@ jobs:
- name: Package extension
if: steps.tag_check.outputs.tag_exists == 'false'
run: |
npm install
cd dutchies-dcs-scripting-tools
npx @vscode/vsce package
npm install
npm run package
npx @vscode/vsce package --no-dependencies
mv dutchies-dcs-scripting-tools-${{ steps.version.outputs.version }}.vsix ../dutchies-dcs-scripting-tools-${{ steps.version.outputs.version }}.vsix
- name: Create tag and release
if: steps.tag_check.outputs.tag_exists == 'false'
@@ -75,6 +79,6 @@ jobs:
body: "VS Code Extension Release"
draft: false
files: |-
dutchies-dcs-scripting-tools/dutchies-dcs-scripting-tools-*.vsix
dutchies-dcs-scripting-tools-${{ steps.version.outputs.version }}.vsix
env:
NODE_OPTIONS: '--experimental-fetch'
+703 -119
View File
File diff suppressed because it is too large Load Diff