Skip to content

Commit 1f58510

Browse files
author
Jérôme FERET
committed
deploy the apps
1 parent 216c5e0 commit 1f58510

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,13 @@ jobs:
280280
with:
281281
name: macos-dist
282282
path: Kappapp.app.zip
283+
- name: Update nightly release
284+
uses: pyTooling/Actions/releaser@r0
285+
with:
286+
tag: nightly
287+
rm: true
288+
token: ${{ secrets.GITHUB_TOKEN }}
289+
files: Kappapp.app.zip
283290

284291
night_windows:
285292
needs: [webapp-windows]
@@ -292,6 +299,13 @@ jobs:
292299
with:
293300
name: windows
294301
path: KappappWin.zip
302+
- name: Update nightly release
303+
uses: pyTooling/Actions/releaser@r0
304+
with:
305+
tag: nightly
306+
rm: true
307+
token: ${{ secrets.GITHUB_TOKEN }}
308+
files: KappappWin.zip
295309

296310

297311
deploy:

0 commit comments

Comments
 (0)