Fix missing build info in server builds.
This commit is contained in:
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@@ -24,6 +24,9 @@ jobs:
|
|||||||
Tools/package_server_build.py -p win-x64 linux-x64 osx-x64 linux-arm64
|
Tools/package_server_build.py -p win-x64 linux-x64 osx-x64 linux-arm64
|
||||||
Tools/package_client_build.py
|
Tools/package_client_build.py
|
||||||
|
|
||||||
|
- name: Update Build Info
|
||||||
|
run: Tools/gen_build_info.py
|
||||||
|
|
||||||
- name: Shuffle files around
|
- name: Shuffle files around
|
||||||
run: |
|
run: |
|
||||||
mkdir "release/${{ github.sha }}"
|
mkdir "release/${{ github.sha }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user