We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc963a commit dbabdfdCopy full SHA for dbabdfd
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
steps:
36
# Create Unity project
37
- name: Create Unity project
38
- uses: RamType0/create-unity-project@v0.1.1
+ uses: RamType0/create-unity-project@v0.1.2
39
with:
40
unityVersion: 2022.3.22f1
41
manifest: "{}"
.github/workflows/run-tests.yml
@@ -27,7 +27,7 @@ jobs:
27
- standalone
28
29
- name: Create package testing project
30
31
32
projectDirectory: ${{ env.PROJECT_DIRECTORY }}
33
unityVersion: ${{ matrix.unityVersion }}
0 commit comments