Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
FIXS
  • Loading branch information
xtray85 authored Jul 28, 2024
1 parent 95ac0ab commit 5969af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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 5969af8

Please sign in to comment.