You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 10, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: .github/actions/ahk2exe/action.yml
+21-12Lines changed: 21 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ inputs:
10
10
description: The path or file name of the compiled executable (by default, an executable of the same name will be created in the path of the AutoHotKey script specified by the "in" parameter)
11
11
required: false
12
12
default: ''
13
+
build_dir:
14
+
description: Folder where action-gh-release can find the binaries
15
+
required: false
16
+
default: '_autohotkey'
13
17
icon:
14
18
description: The icon of the executable file is specified
0 commit comments