Skip to content

Commit 49077b1

Browse files
authored
Update action.yml
1 parent 67a5775 commit 49077b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ runs:
2121
arch="${{ inputs.arch }}"
2222
2323
DL_URL=https://github.com/$ACI_REPO/releases/download/$version/awesome-ci_${version}_${arch}
24-
wget $DL_URL -O "$GITHUB_ACTION_PATH/awesome-ci"
25-
chmod +x $GITHUB_ACTION_PATH/awesome-ci
24+
wget $DL_URL -O "$(pwd)/awesome-ci"
25+
chmod +x $(pwd)/awesome-ci
2626
2727
echo "{path}" >> $GITHUB_PATH
28-
echo "$GITHUB_ACTION_PATH/awesome-ci" >> $GITHUB_PATH
29-
echo $PATH
28+
echo "$(pwd)/awesome-ci" >> $GITHUB_PATH
29+
echo "Path: $PATH"
3030
env:
3131
ACI_REPO: fullstack-devops/awesome-ci

0 commit comments

Comments
 (0)