Skip to content

Commit 3a62cf6

Browse files
authored
Update action.yml
1 parent 22a11fc commit 3a62cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

@@ -30,7 +30,7 @@ runs:
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

0 commit comments

Comments
 (0)