From 1da5fff0da5d4b291cf2f4ab7935295a2ff8b6dd Mon Sep 17 00:00:00 2001 From: Webber Date: Fri, 15 Apr 2022 02:02:02 +0200 Subject: [PATCH] fix: action reference to cli --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 68d0e63b..8c38ed14 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ runs: with: deno-version: v1.x - run: | - deno run --allow-run .\src\deno-1\gameci.ts build \ + deno run --allow-run .\cli\index.ts build \ --targetPlatform="${{ inputs.targetPlatform }}" \ --unityVersion="${{ inputs.unityVersion }}" \ --customImage="${{ inputs.customImage }}" \