mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
+?
This commit is contained in:
parent
0ab4f8513b
commit
4be2c3b6fd
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -63,6 +63,7 @@ jobs:
|
|||
|
||||
- name: Build VSCode
|
||||
run: |
|
||||
npm run buildreact
|
||||
npm run gulp -- "vscode-win32-${{ matrix.arch }}-min"
|
||||
npm run gulp -- "vscode-win32-${{ matrix.arch }}-inno-updater"
|
||||
env:
|
||||
|
|
@ -124,10 +125,12 @@ jobs:
|
|||
npm install
|
||||
npm install -g node-gyp
|
||||
npm install -g gulp-cli
|
||||
npm install -g create-dmg
|
||||
|
||||
|
||||
- name: Build VSCode
|
||||
run: |
|
||||
npm run buildreact
|
||||
npm run gulp -- "vscode-darwin-${{ matrix.arch }}-min"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
@ -237,6 +240,7 @@ jobs:
|
|||
|
||||
- name: Build VSCode
|
||||
run: |
|
||||
npm run buildreact
|
||||
npm run gulp -- "vscode-linux-${{ matrix.arch }}-min"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue