Fetch engine tag in game build
This commit is contained in:
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@@ -19,6 +19,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: 5.0.200
|
dotnet-version: 5.0.200
|
||||||
|
|
||||||
|
- name: Get Engine Tag
|
||||||
|
run: |
|
||||||
|
cd RobustToolbox
|
||||||
|
git fetch --depth=1
|
||||||
|
|
||||||
- name: Package client
|
- name: Package client
|
||||||
run: |
|
run: |
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user