Skip to content

Commit b632c8a

Browse files
Fix bin creation
1 parent e46e0ce commit b632c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# https://stedolan.github.io/jq/download/
2121
- name: Create bin dir
2222
run: |
23-
mkdir -p bin
23+
mkdir -p /tmp/bin
2424
echo "::add-path::/tmp/bin"
2525
2626
- name: Install new jq version

0 commit comments

Comments
 (0)