File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ version: 1.4.{build}
1717# branches to build
1818branches :
1919 only :
20- - master
20+ - prerelease-v1.4
2121
2222# Do not build on tags (GitHub and BitBucket)
2323skip_tags : true
@@ -99,16 +99,14 @@ deploy:
9999
100100 # Deploy to GitHub Releases
101101- provider : GitHub
102- # tag: v$(APPVEYOR_BUILD_VERSION)-win32
103- tag : v$(PRODUCT_VERSION)-win32
104- # release: bin2cpp-v$(APPVEYOR_BUILD_VERSION)-win32
105- release : bin2cpp-v$(PRODUCT_VERSION)-win32
102+ tag : v$(APPVEYOR_BUILD_VERSION)-win32
103+ release : bin2cpp-v$(APPVEYOR_BUILD_VERSION)-win32
106104 description : Latest successful AppVeyor CI builds of branch '$(APPVEYOR_REPO_BRANCH)', commit $(APPVEYOR_REPO_COMMIT)
107105 auth_token :
108106 secure : BgyLisMc154qWpkyBdh8OD+D9HMM+YnBkh7H4MEUShKO3aCU+Fn/XVGJ07fTsRmH
109107 artifact : /(.*\.zip|.*\.exe)/
110- draft : true
111- prerelease : true
108+ draft : false
109+ prerelease : false
112110 force_update : true
113111
114112# ---------------------------------#
You can’t perform that action at this time.
0 commit comments