diff --git a/action.yml b/action.yml index 8c38ed14..20429d76 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ runs: with: deno-version: v1.x - run: | - deno run --allow-run .\cli\index.ts build \ + deno run --allow-run ./cli/index.ts build \ --targetPlatform="${{ inputs.targetPlatform }}" \ --unityVersion="${{ inputs.unityVersion }}" \ --customImage="${{ inputs.customImage }}" \