Skip to content

Commit

Permalink
Bring back backtrace untiy reference
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed Jan 31, 2024
1 parent f390f0c commit d83e44a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
folderName=$(echo "${PWD##*/}")
rsync -r "$GITHUB_WORKSPACE" "package"
ls -F "package/$folderName"
find ./package
# Test
- name: Run tests
Expand All @@ -37,7 +36,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 +48,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 d83e44a

Please sign in to comment.