Skip to content

Commit f55b7b8

Browse files
committed
always upload atom windows.zip for x64
1 parent 314a2b6 commit f55b7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/vsts/platforms/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
artifacts:
5656
- filename: atom$(FileID)-windows.zip
5757
dir: $(Build.SourcesDirectory)/out
58-
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
58+
condition: and( succeeded(), or( eq(variables['BUILD_ARCH'], 'x64'), ne(variables['Build.Reason'], 'PullRequest') ) )
5959
- filename: AtomSetup$(FileID).exe
6060
dir: $(Build.SourcesDirectory)/out
6161
condition: and(succeeded(), eq(variables['IsReleaseBranch'], 'true'))

0 commit comments

Comments
 (0)