File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1+ [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/0yqv9n8wv57f1g6c?svg=true )] ( https://ci.appveyor.com/project/xantares/brainworkshop )
2+
13# BrainWorkshop 5
24PS: If you appreciated this work, please star the repository. It helps others
35find this repository
Original file line number Diff line number Diff line change 1- # https://ci.appveyor.com/project/xantares/brainworkshop/
2-
31install :
42 - curl -fSsLO https://github.com/conda-forge/miniforge/releases/download/4.10.0-0/Miniforge3-Windows-x86_64.exe
53 - set CONDA_ROOT="%UserProfile%\Miniforge3"
@@ -20,5 +18,17 @@ build_script:
2018 - 7z a brainworkshop.zip dist\*
2119
2220artifacts :
23- - path : brainworkshop.zip
21+ - path : ' **\ brainworkshop.zip'
2422 name : binary
23+
24+ deploy :
25+ release : $(APPVEYOR_REPO_TAG_NAME)
26+ description : ' Windows binary'
27+ provider : GitHub
28+ auth_token :
29+ secure : xTQ03VUKn//k+CIWYpEAUpolZ7hfwCiiuV8Ii8Hs8ogn04wpYRH8JPOmKwEksdgh
30+ artifact : binary
31+ draft : false
32+ prerelease : false
33+ on :
34+ appveyor_repo_tag : true
You can’t perform that action at this time.
0 commit comments