File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ inputs:
1515 required : false
1616 default : ' '
1717 base :
18- description : The base file to be used for Ahk2Exe
18+ description : The name of the base file to be used for Ahk2Exe
1919 required : false
2020 default : ' Unicode 32-bit'
2121
3030 Expand-Archive -Path "$cwd\autohotkey.zip" -DestinationPath "$cwd\_autohotkey\" -Force;
3131 Remove-Item -Path "$cwd\autohotkey.zip" -Force
3232 Write-Output ("$cwd\_autohotkey\;" + "$cwd\_autohotkey\Compiler") | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
33- Write-Output ("BaseFile=$cwd\_autohotkey\Compiler\${{inputs.base}}") | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
33+ Write-Output ("BaseFile=$cwd\_autohotkey\Compiler\${{inputs.base}}.bin ") | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
3434
3535 - name : Run Ahk2Exe
3636 shell : pwsh
You can’t perform that action at this time.
0 commit comments