mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Fix syntax ... maybe 🙏
This commit is contained in:
@@ -48,7 +48,7 @@ build_script:
|
||||
ECHO Building on release branch - Creating production artifacts &&
|
||||
script\build.cmd --code-sign --compress-artifacts --create-windows-installer
|
||||
) ELSE (
|
||||
IF [%APPVEYOR_REPO_BRANCH%]==[master] IF NOT DEFINED [%APPVEYOR_PULL_REQUEST_NUMBER%] (
|
||||
IF [%APPVEYOR_REPO_BRANCH%]==[master] IF NOT DEFINED APPVEYOR_PULL_REQUEST_NUMBER (
|
||||
ECHO Building on master branch - Creating signed zips &&
|
||||
script\build.cmd --code-sign --compress-artifacts
|
||||
) ELSE (
|
||||
|
||||
Reference in New Issue
Block a user