This commit is contained in:
UnixKeys 2020-09-06 16:09:55 +02:00 committed by GitHub
parent ce7c7e3817
commit 01ac967eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,6 @@ node_js: "lts/*"
before_install:
- npm i -g npm@6.14.6
- npm i
- npm run devInstall
env:
global:
@ -19,10 +18,12 @@ jobs:
before_cache:
- rm -rf $HOME/.cache/electron-builder/wine
script:
- npm run devInstall:64
- npm run build
- stage: Windows Build
os: windows
script:
- npm run devInstall
- npm run build
- stage: GitHub Release
script: skip
@ -31,5 +32,6 @@ jobs:
prerelease: true
api_key: "$GH_TOKEN"
skip_cleanup: true
#file:
on:
tags: true