Skip to content

Commit

Permalink
Update test-packaging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xtray85 authored Nov 22, 2023
1 parent c3a5122 commit 1d464d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
run: dotnet build Content.Packaging --configuration Release --no-restore /m

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

- name: Package client
run: dotnet build --project Content.Packaging client --no-wipe-release
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 1d464d9

Please sign in to comment.