Skip to content

Commit

Permalink
update game-ci to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoC0de committed Oct 29, 2023
1 parent 5dce5a0 commit 646a752
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
path: ./src/NuGetForUnity.Packager/Assets/NuGet/Editor

- name: Unity - Packager (build .unitypackage)
uses: game-ci/unity-builder@v2.1.2
uses: game-ci/unity-builder@v3.1.0
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
uses: ./.github/actions/checkout

- name: Unity - Run tests
uses: game-ci/unity-test-runner@v2.1.1
uses: game-ci/unity-test-runner@v3.1.0
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
Expand Down
2 changes: 1 addition & 1 deletion src/NuGetForUnity/Editor/Helper/AssemblyLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace NugetForUnity.Helper
internal static class AssemblyLoader
{
/// <summary>
/// Loads the assembly for the given pluginId
/// Loads the assembly for the given <paramref name="pluginId"/>.
/// </summary>
/// <param name="pluginId">Plugin Id to load.</param>
/// <returns>Assembly of the loaded plugin.</returns>
Expand Down

0 comments on commit 646a752

Please sign in to comment.