Skip to content

Commit 6d4c6c8

Browse files
committed
Fix ci
1 parent eddde9a commit 6d4c6c8

File tree

3 files changed

+5
-37
lines changed

3 files changed

+5
-37
lines changed

.github/actions/setup-unity-project/action.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
packagePath: Packages/${{ vars.PACKAGE_NAME }}
3434
if: needs.config.outputs.config_package == 'true'
3535
steps:
36-
# Setup Unity project
37-
- name: Setup Unity project
38-
uses: ./.github/actions/setup-unity-project
36+
# Create Unity project
37+
- name: Create Unity project
38+
uses: RamType0/create-unity-project@v0.1.0
3939
with:
4040
unityVersion: 2022.3.22f1
4141
manifest: "{}"

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- editmode
2727
- standalone
2828
steps:
29-
- name: Setup package testing project
30-
uses: ./.github/actions/setup-unity-project
29+
- name: Create package testing project
30+
uses: RamType0/create-unity-project@v0.1.0
3131
with:
3232
projectDirectory: ${{ env.PROJECT_DIRECTORY }}
3333
unityVersion: ${{ matrix.unityVersion }}

0 commit comments

Comments
 (0)