File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,14 @@ for:
111111 - path : client\build\windows\runner\flet.zip
112112 name : flet_windows
113113
114+ deploy :
115+ provider : GitHub
116+ auth_token : $(GITHUB_TOKEN)
117+ release : $(APPVEYOR_REPO_TAG_NAME)
118+ artifact : flet_windows
119+ on :
120+ APPVEYOR_REPO_TAG : true
121+
114122 # ======================================
115123 # Build Flet View for macOS
116124 # ======================================
@@ -139,6 +147,14 @@ for:
139147 - path : client/flet.app.tar.gz
140148 name : flet_macos
141149
150+ deploy :
151+ provider : GitHub
152+ auth_token : $(GITHUB_TOKEN)
153+ release : $(APPVEYOR_REPO_TAG_NAME)
154+ artifact : flet_macos
155+ on :
156+ APPVEYOR_REPO_TAG : true
157+
142158 # ======================================
143159 # Build Flet View for iOS
144160 # ======================================
You can’t perform that action at this time.
0 commit comments