From 4058d563ec39b41980c56116c2532adb00bedfbd Mon Sep 17 00:00:00 2001 From: Scion Date: Sat, 28 Jun 2025 00:39:09 -0700 Subject: [PATCH] Fixed UnityProject --- unity-project/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity-project/action.yaml b/unity-project/action.yaml index 776b342..da48d6e 100644 --- a/unity-project/action.yaml +++ b/unity-project/action.yaml @@ -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."