Skip to content

Commit 09bfe7b

Browse files
committed
up
1 parent c6097a5 commit 09bfe7b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.appveyor.yml

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ deploy:
4444
artifact: arsenic_win_x64.zip
4545
force_update: true
4646
on:
47-
branch: master # release from master branch only
4847
appveyor_repo_tag: true # deploy on tag push only
4948

5049
### To deploy :

gitpush-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
git tag v5.0
44

55
echo "Pushing Local Files To Github..."
6-
git push origin v5.0
6+
git push v5.0
77

88
echo "Git Push Completed!"

0 commit comments

Comments
 (0)