Skip to content

Commit f390f0c

Browse files
committed
Use package directory insted
1 parent 479a345 commit f390f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
3838
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
3939
with:
40-
projectPath: ./package/backtrace-unity
40+
projectPath: ./package
4141
packageMode: true
4242
unityVersion: "2020.3.0f1"
4343

@@ -49,7 +49,7 @@ jobs:
4949
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
5050
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
5151
with:
52-
projectPath: ./package/backtrace-unity
52+
projectPath: ./package
5353
targetPlatform: WebGL
5454
packageMode: true
5555

0 commit comments

Comments
 (0)