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 01c58f2 commit 3607f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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
run: dotnet run --project Content.Packaging server --platform linux-x64

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

0 comments on commit 3607f9a

Please sign in to comment.