fix: action reference to cli

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

View File

@ -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 }}" \