build: Update nightly version to avoid caching issues

This commit is contained in:
Elian Doran
2024-11-02 09:47:31 +02:00
parent f37fa3723b
commit 9c27672794
3 changed files with 54 additions and 1 deletions

View File

@@ -44,6 +44,8 @@ jobs:
run: npm ci
- name: Update build info
run: npm run update-build-info
- name: Update nightly version
run: npm run ci-update-nightly-version
- name: Run electron-forge
run: npm run make-electron -- --arch=${{ matrix.arch }}
- name: Prepare artifacts (Unix)