Skip to content

Commit 734088e

Browse files
authored
fix(action): Always Add devbox Binary to Path (#71)
This PR fixes #70
1 parent 975fb35 commit 734088e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ runs:
9494
fi
9595
mkdir -p ~/.local/bin
9696
mv "$DEVBOX_BINARY" ~/.local/bin/devbox
97+
98+
- name: Add devbox binary to path
99+
shell: bash
100+
run: |
97101
echo "$HOME/.local/bin" >> $GITHUB_PATH
98102
99103
- name: Save devbox cli cache

0 commit comments

Comments
 (0)