Fixed UnityProject

This commit is contained in:
2025-06-28 00:39:09 -07:00
parent 94c9f7e6a2
commit 4058d563ec

View File

@@ -55,7 +55,7 @@ runs:
with:
platform: ${{ inputs.platform }}
- name: "Restore NugetForUnity packages if they exist."
uses: act/dotnet/dotnet-nugetforunity-restore@master
uses: act/common/dotnet/dotnet-nugetforunity-restore@master
with:
projectPath: ${{ steps.path.outputs.projectPath }}
- name: "Run Unity command."