Skip to content

Commit

Permalink
Fix Master (fix Unity and application builds) (#99)
Browse files Browse the repository at this point in the history
* fix release workflow
  • Loading branch information
KirisameMarisa authored Mar 8, 2024
1 parent fa75827 commit 3a13405
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Build flatbuffers
run: python ExternalTools/BuildScripts/build_flatbuffers_csharp.py

- name: Build Websocket-CSharp
run: python ExternalTools/BuildScripts/build_websocket_csharp.py

- name: Setup unity
uses: game-ci/unity-builder@v4
env:
Expand Down Expand Up @@ -133,6 +136,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Checkout submodules
run: git submodule update --init --recursive

- name: Set up .NET Core
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 3a13405

Please sign in to comment.