File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 44- Ubuntu
55
66skip_branch_with_pr : true
7-
87stack : python 3.10
98
9+ environment :
10+ GITHUB_TOKEN :
11+ secure : Ti46nPnZgFh0nRteU6ma0EhJnCTW7PaMn9hnnewZl4gBFPyRQnXNCwGog02+MRLX
12+
1013install :
1114- pip install -r requirements.txt
1215
@@ -15,6 +18,12 @@ build_script:
1518
1619test : off
1720
21+ deploy :
22+ provider : GitHub
23+ auth_token : $(GITHUB_TOKEN)
24+ on :
25+ APPVEYOR_REPO_TAG : true
26+
1827for :
1928-
2029 matrix :
3342 - image : macOS
3443
3544 after_build :
36- - tar -czvf counter-linux .tar.gz -C dist counter.app
45+ - tar -czvf counter-macos .tar.gz -C dist counter.app
3746
3847 artifacts :
3948 - path : counter-macos.tar.gz
4756 - tar -czvf counter-linux.tar.gz -C dist counter
4857
4958 artifacts :
50- - path : counter-linux.tar.gz
59+ - path : counter-linux.tar.gz
60+
You can’t perform that action at this time.
0 commit comments