Skip to content

Commit 2fe77ce

Browse files
authored
Merge pull request #1539 from epage/action
fix(action): Leave binary in temp dir
2 parents 02ea592 + a9595ea commit 2fe77ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
run: $GITHUB_ACTION_PATH/action/entrypoint.sh
3737
shell: bash
3838
env:
39-
INSTALL_DIR: .
39+
INSTALL_DIR: ${{ runner.temp }}
4040
INPUT_FILES: ${{ inputs.files }}
4141
INPUT_EXTEND_IDENTIFIERS: ${{ inputs.extend_identifiers }}
4242
INPUT_EXTEND_WORDS: ${{ inputs.extend_words }}

0 commit comments

Comments
 (0)