mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-15 21:04:35 +00:00
Update linux.yml
This commit is contained in:
18
.github/workflows/linux.yml
vendored
18
.github/workflows/linux.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Installing Node
|
- name: Install Node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
version: 10
|
version: 10
|
||||||
@@ -27,15 +27,17 @@ jobs:
|
|||||||
- name: Build native deps
|
- name: Build native deps
|
||||||
run: scripts/build-native.js
|
run: scripts/build-native.js
|
||||||
|
|
||||||
- name: Build
|
- name: Build typings
|
||||||
run: |
|
run: yarn run build:typings
|
||||||
yarn run build:typings
|
|
||||||
yarn run build
|
- name: Webpack
|
||||||
|
run: yarn run build
|
||||||
|
|
||||||
|
- name: Prepackage plugins
|
||||||
|
run: scripts/prepackage-plugins.js
|
||||||
|
|
||||||
- name: Build packages
|
- name: Build packages
|
||||||
run: |
|
run: DEBUG=electron-builder scripts/build-linux.js
|
||||||
scripts/prepackage-plugins.js
|
|
||||||
DEBUG=electron-builder scripts/build-linux.js
|
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user