Skip to content

Commit d6ca118

Browse files
committed
Update CI name
1 parent a119e86 commit d6ca118

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Request manual activation file
3131
- name: Request manual activation file
3232
id: getManualLicenseFile
33-
uses: webbertakken/unity-request-manual-activation-file@main
33+
uses: game-ci/unity-request-manual-activation-file@main
3434
with:
3535
unityVersion: ${{ env.UNITY_VERSION }}
3636
# Upload artifact (Unity_v20XX.X.XXXX.alf)
@@ -56,7 +56,7 @@ jobs:
5656
restore-keys: |
5757
Library-test-project-
5858
Library-
59-
- uses: webbertakken/unity-test-runner@master
59+
- uses: game-ci/unity-test-runner@master
6060
id: testRunner
6161
with:
6262
projectPath: ${{ env.PROJECT_PATH }}
@@ -77,9 +77,9 @@ jobs:
7777
fail-fast: false
7878
matrix:
7979
targetPlatform:
80-
- StandaloneOSX
8180
- StandaloneWindows64
8281
- StandaloneLinux64
82+
- StandaloneOSX
8383
- Android
8484
- iOS
8585
- WebGL
@@ -101,7 +101,7 @@ jobs:
101101
restore-keys: |
102102
Library-${{ matrix.projectPath }}-
103103
Library-
104-
- uses: webbertakken/unity-builder@v2.0-alpha-6
104+
- uses: game-ci/unity-builder@v2.0-alpha-6
105105
with:
106106
projectPath: ${{ env.PROJECT_PATH }}
107107
unityVersion: ${{ env.UNITY_VERSION }}

0 commit comments

Comments
 (0)