From ec92e76d808b704e13b473cfc45a4d6046ae8bda Mon Sep 17 00:00:00 2001 From: Yuki Sakai Date: Mon, 10 Jun 2024 01:11:04 +0900 Subject: [PATCH] fix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d58e765..1e7032e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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~