Skip to content

Commit

Permalink
fix: project path workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniol0012 committed Dec 10, 2024
1 parent d5149ad commit 28c98b4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ jobs:
restore-keys: |
Library-${{ runner.os }}
- name: Save Unity license to file
run: echo "${{ secrets.UNITY_LICENSE }}" > unity.ulf

- name: Activate Unity license
uses: game-ci/unity-activate@v2
with:
unityLicense: ${{ secrets.UNITY_LICENSE }}
activationFile: unity.ulf

- name: Run Unity tests
uses: game-ci/unity-test-runner@v2
Expand All @@ -45,4 +48,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: WebGL Build
path: PacoMonkey/build/WebGL
path: PacoMonkey/build/WebGL

0 comments on commit 28c98b4

Please sign in to comment.