File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -197,13 +197,7 @@ jobs:
197197 with :
198198 name : windows
199199 path : KappappWin.zip
200- - name : Update nightly release
201- uses : pyTooling/Actions/releaser@r0
202- with :
203- tag : nightly
204- rm : true
205- token : ${{ secrets.GITHUB_TOKEN }}
206- files : KappappWin.zip
200+
207201
208202 # webapp-playwright-test:
209203# needs: [cli-and-doc, webapp-ubuntu]
@@ -286,6 +280,19 @@ jobs:
286280 with :
287281 name : macos-dist
288282 path : Kappapp.app.zip
283+
284+ night_windows :
285+ needs : [webapp-windows]
286+ runs-on : ubuntu-22.04
287+ steps :
288+ - name : Checkout mac os code
289+ uses : actions/checkout@v5
290+ - name : Download artifact
291+ uses : actions/download-artifact@v4
292+ with :
293+ name : windows
294+ path : KappappWin.zip
295+
289296
290297 deploy :
291298 needs : [cli-and-doc, webapp-ubuntu, webapp-macos, webapp-windows]
You can’t perform that action at this time.
0 commit comments