mirror of
https://github.com/dcarbone/install-jq-action.git
synced 2026-02-17 21:46:56 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
91d8da7268 | ||
|
|
2729c7570f |
@@ -107,6 +107,8 @@ echo "Src: $RUNNER_TEMP/${_bin_name}"
|
|||||||
echo "Dst: $RUNNER_TOOL_CACHE/jq/jq"
|
echo "Dst: $RUNNER_TOOL_CACHE/jq/jq"
|
||||||
mv "$RUNNER_TEMP/${_bin_name}" "$RUNNER_TOOL_CACHE/jq/jq"
|
mv "$RUNNER_TEMP/${_bin_name}" "$RUNNER_TOOL_CACHE/jq/jq"
|
||||||
|
|
||||||
|
chmod +x "$RUNNER_TOOL_CACHE/jq/jq"
|
||||||
|
|
||||||
echo "Adding $RUNNER_TOOL_CACHE/jq to path..."
|
echo "Adding $RUNNER_TOOL_CACHE/jq to path..."
|
||||||
echo "$RUNNER_TOOL_CACHE/jq" >> $GITHUB_PATH
|
echo "$RUNNER_TOOL_CACHE/jq" >> $GITHUB_PATH
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user