We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216c5e0 commit 1f58510Copy full SHA for 1f58510
1 file changed
.github/workflows/ci.yml
@@ -280,6 +280,13 @@ jobs:
280
with:
281
name: macos-dist
282
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
290
291
night_windows:
292
needs: [webapp-windows]
@@ -292,6 +299,13 @@ jobs:
299
293
300
name: windows
294
301
path: KappappWin.zip
302
303
304
305
306
307
308
+ files: KappappWin.zip
295
309
296
310
297
311
deploy:
0 commit comments