Skip to content

Commit 20b6cae

Browse files
author
Jérôme FERET
committed
deploy windows
1 parent 61529af commit 20b6cae

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)