Skip to content

Commit 739f519

Browse files
committed
ci: fix yaml syntax
1 parent 0da8f38 commit 739f519

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ configuration: Debug
44

55
environment:
66
vsuffix: "alpha$(APPVEYOR_BUILD_NUMBER)"
7-
hyphen:"-"
7+
hyphen: "-"
88
githubdeploy: false
99

1010
install:
@@ -50,22 +50,22 @@ for:
5050
- /deploy-v.*/
5151
environment:
5252
vsuffix: "alpha$(APPVEYOR_BUILD_NUMBER)"
53-
hyphen:"-"
53+
hyphen: "-"
5454
githubdeploy: false
5555
- branches:
5656
only:
5757
- /deploy-v.*-beta.*/
5858
environment:
5959
vsuffix: "beta$(APPVEYOR_BUILD_NUMBER)"
60-
hyphen:"-"
60+
hyphen: "-"
6161
is_prerelease: true
6262
githubdeploy: true
6363
- branches:
6464
only:
6565
- /deploy-v[\d,.]*/
6666
configuration: Release
6767
environment:
68-
hyphen:"."
68+
hyphen: "."
6969
vsuffix: "$(APPVEYOR_BUILD_NUMBER)"
7070
is_prerelease: false
7171
githubdeploy: true

0 commit comments

Comments
 (0)