This commit is contained in:
Eugene Pankov
2019-08-26 22:38:13 +02:00
parent c63c7dae3f
commit 927ca57e56
4 changed files with 57 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
const builder = require('electron-builder').build
const vars = require('./vars')
const isTag = (process.env.BUILD_SOURCEBRANCH || '').startsWith('refs/tags/')
const isTag = (process.env.GITHUB_REF || '').startsWith('refs/tags/')
builder({
dir: true,