Skip to content

Commit 394e9b2

Browse files
authored
Update action.yml
1 parent 49077b1 commit 394e9b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ runs:
2323
DL_URL=https://github.com/$ACI_REPO/releases/download/$version/awesome-ci_${version}_${arch}
2424
wget $DL_URL -O "$(pwd)/awesome-ci"
2525
chmod +x $(pwd)/awesome-ci
26-
26+
- shell: bash
27+
run: |
2728
echo "{path}" >> $GITHUB_PATH
2829
echo "$(pwd)/awesome-ci" >> $GITHUB_PATH
2930
echo "Path: $PATH"

0 commit comments

Comments
 (0)