diff --git a/.github/workflows/publish-onewarestudio-web.yml b/.github/workflows/publish-onewarestudio-web.yml index 22c3015b..fd937a69 100644 --- a/.github/workflows/publish-onewarestudio-web.yml +++ b/.github/workflows/publish-onewarestudio-web.yml @@ -11,6 +11,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + submodules: recursive # Install the .NET SDK indicated in the global.json file - name: Setup .NET uses: actions/setup-dotnet@v3