build: Update nightly version for server as well

This commit is contained in:
Elian Doran 2024-11-02 09:53:36 +02:00
parent 9c27672794
commit 9fdc84d91f
No known key found for this signature in database

View File

@ -103,6 +103,7 @@ jobs:
- name: Run Linux server build (x86_64) - name: Run Linux server build (x86_64)
run: | run: |
npm run update-build-info npm run update-build-info
npm run ci-update-nightly-version
./bin/build-server.sh ./bin/build-server.sh
- name: Prepare artifacts - name: Prepare artifacts
if: runner.os != 'windows' if: runner.os != 'windows'