Skip to content

Commit

Permalink
Merge pull request #1 from goruha/patch-1
Browse files Browse the repository at this point in the history
Add `exec` permissions for installed jq
  • Loading branch information
dcarbone authored Nov 2, 2022
2 parents b75e140 + 2729c75 commit 91d8da7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/unixish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ echo "Src: $RUNNER_TEMP/${_bin_name}"
echo "Dst: $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 "$RUNNER_TOOL_CACHE/jq" >> $GITHUB_PATH

Expand Down

0 comments on commit 91d8da7

Please sign in to comment.