fix: action reference to cli

pull/385/head
Webber 2022-04-15 02:02:02 +02:00
parent 8cbb31c08b
commit 1da5fff0da
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ runs:
with: with:
deno-version: v1.x deno-version: v1.x
- run: | - run: |
deno run --allow-run .\src\deno-1\gameci.ts build \ deno run --allow-run .\cli\index.ts build \
--targetPlatform="${{ inputs.targetPlatform }}" \ --targetPlatform="${{ inputs.targetPlatform }}" \
--unityVersion="${{ inputs.unityVersion }}" \ --unityVersion="${{ inputs.unityVersion }}" \
--customImage="${{ inputs.customImage }}" \ --customImage="${{ inputs.customImage }}" \