Skip to content

Commit c8a8b69

Browse files
authored
fix win path to entrypoint (#2)
1 parent d8a9788 commit c8a8b69

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
- name: install cli Windows
2020
if: runner.os == 'Windows'
2121
id: install-kittycad-cli-win
22-
run: sh ./entrypoint-win.sh
22+
run: $GITHUB_ACTION_PATH/entrypoint-win.sh
2323
shell: bash
2424

2525
- id: set-output

entrypoint-win.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)