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."