Skip to content

Commit

Permalink
Correct project path
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed Jan 31, 2024
1 parent a07f21e commit 58656cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
projectPath: ./package
projectPath: ./package/backtrace-unity
packageMode: true
unityVersion: "2020.3.0f1"

Expand All @@ -49,7 +49,7 @@ jobs:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
projectPath: ./package
projectPath: ./package/backtrace-unity
targetPlatform: WebGL
packageMode: true

Expand Down

0 comments on commit 58656cd

Please sign in to comment.