Skip to content

Commit 8531ab8

Browse files
committed
Upload Flet client app to GitHub releases
1 parent 307791b commit 8531ab8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.appveyor.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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
# ======================================

0 commit comments

Comments
 (0)