Skip to content

Commit 9244695

Browse files
committed
Add Codee binaries to PATH
1 parent 4f47e4c commit 9244695

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,7 @@ runs:
5353
mkdir -p /tmp/codee/
5454
tar --strip-components=1 -xzf /tmp/codee.tar.gz -C /tmp/codee
5555
fi
56+
57+
- name: Add Codee binaries to PATH
58+
shell: bash
59+
run: echo "/tmp/codee/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)