Skip to content

Commit

Permalink
Make public build using Hybrid ACZ mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 committed Dec 9, 2023
1 parent cde4af5 commit 57ed7f3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ jobs:
run: dotnet build Content.Packaging --configuration Release --no-restore /m

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

- name: Package client
run: dotnet run --project Content.Packaging client --no-wipe-release
run: dotnet run --project Content.Packaging server --hybrid-acz --platform win-x64 --platform linux-x64 --platform osx-x64 --platform linux-arm64

- name: Update Build Info
env:
Expand Down

0 comments on commit 57ed7f3

Please sign in to comment.