fix: action reference to cli
parent
1da5fff0da
commit
c0e0e84a07
|
|
@ -10,7 +10,7 @@ runs:
|
||||||
with:
|
with:
|
||||||
deno-version: v1.x
|
deno-version: v1.x
|
||||||
- run: |
|
- run: |
|
||||||
deno run --allow-run .\cli\index.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 }}" \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue