mirror of
https://github.com/Eugeny/tabby.git
synced 2025-03-25 15:40:32 +08:00
Update build-macos.js
This commit is contained in:
parent
02674d0f86
commit
9d509dd3ce
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user