Skip to content

Commit f2030f6

Browse files
committed
- Modified appveyor.yml script for branch prerelease-v1.4
1 parent 867ca9c commit f2030f6

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

appveyor.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version: 1.4.{build}
1717
# branches to build
1818
branches:
1919
only:
20-
- master
20+
- prerelease-v1.4
2121

2222
# Do not build on tags (GitHub and BitBucket)
2323
skip_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
#---------------------------------#

0 commit comments

Comments
 (0)