Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VeyronSakai committed Jun 9, 2024
1 parent 486da84 commit b0e524a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if [[ "${RUNNER_OS}" == "macOS" ]]; then
echo "unity-path=/Applications/Unity/Hub/Editor/${UNITY_VERSION}/Unity.app/Contents/MacOS/Unity" >> "${GITHUB_OUTPUT}"
elif [[ "${RUNNER_OS}" == "Windows" ]]; then
printf "unity-path=C:\\Program Files\\Unity\\Hub\\Editor\\${UNITY_VERSION}\\Editor\\Unity.exe\n" >> "${GITHUB_OUTPUT}"
printf "unity-path=C:\\Program Files\\Unity\\Hub\\Editor\\%s\\Editor\\Unity.exe\n" "${UNITY_VERSION}" >> "${GITHUB_OUTPUT}"
fi
- name: Run EditMode tests
working-directory: Samples~
Expand Down

0 comments on commit b0e524a

Please sign in to comment.