Skip to content

Commit dbabdfd

Browse files
committed
Fix ci
1 parent 1fc963a commit dbabdfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
# Create Unity project
3737
- name: Create Unity project
38-
uses: RamType0/create-unity-project@v0.1.1
38+
uses: RamType0/create-unity-project@v0.1.2
3939
with:
4040
unityVersion: 2022.3.22f1
4141
manifest: "{}"

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- standalone
2828
steps:
2929
- name: Create package testing project
30-
uses: RamType0/create-unity-project@v0.1.1
30+
uses: RamType0/create-unity-project@v0.1.2
3131
with:
3232
projectDirectory: ${{ env.PROJECT_DIRECTORY }}
3333
unityVersion: ${{ matrix.unityVersion }}

0 commit comments

Comments
 (0)