Skip to content

Commit

Permalink
Update publish_erp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xtray85 authored Nov 22, 2023
1 parent 3607f9a commit 37bbe16
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/publish_erp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,18 @@ jobs:
cd RobustToolbox
git fetch --depth=1
- name: Package all
run: |
Tools/package_server_build.py -p linux-x64
Tools/package_client_build.py
- name: Install dependencies
run: dotnet restore

- name: Build Packaging
run: dotnet build Content.Packaging --configuration Release --no-restore /m

- name: Package server
run: dotnet run --project Content.Packaging server --platform linux-x64

- name: Package client
run: dotnet run --project Content.Packaging client --no-wipe-release


- name: Update Build Info
run: Tools/gen_build_info.py
Expand Down

0 comments on commit 37bbe16

Please sign in to comment.