Skip to content

Commit

Permalink
Changed indirect execution of CMD to direct
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInDark committed Apr 9, 2022
1 parent 5e5d943 commit 66762d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Actions/Compile-AutoHotkey/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ outputs:
runs:
using: "composite"
steps:
- run: cmd /C '".\${{ inputs.installation-path }}\Compiler\Ahk2Exe.exe" /in "${{ inputs.script-path }}.ahk" /out "${{ inputs.script-path }}.exe" /silent /base ".\ahk-extracted\Compiler\Unicode 64-bit.bin"';
shell: Powershell
- run: ".\${{ inputs.installation-path }}\Compiler\Ahk2Exe.exe" /in "${{ inputs.script-path }}.ahk" /out "${{ inputs.script-path }}.exe" /silent /base ".\ahk-extracted\Compiler\Unicode 64-bit.bin";
shell: cmd
- id: output-path
run: echo "::set-output name=compiled-path::$(echo ${{ inputs.script-path }}.exe)"
shell: Powershell

0 comments on commit 66762d8

Please sign in to comment.