build: Fix updating nightly version for desktop builds

This commit is contained in:
Elian Doran 2024-11-02 10:43:42 +02:00
parent 443f02a78e
commit 238c9c6f0d
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -44,8 +44,6 @@ 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)

View File

@ -41,6 +41,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)