File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
- name : ⏬ download
27
27
run : |
28
28
echo "Downloading jq release tag jq-${GITHUB_REF##*/v}"
29
- gh release "jq-${GITHUB_REF##*/v}" download --dir src/JQ/tools --clobber -p jq-linux-a*64 --repo jqlang/jq
30
- gh release "jq-${GITHUB_REF##*/v}" --dir src/JQ/tools --clobber -p jq-linux-i386 --repo jqlang/jq
31
- gh release "jq-${GITHUB_REF##*/v}" --dir src/JQ/tools --clobber -p jq-macos* --repo jqlang/jq
32
- gh release "jq-${GITHUB_REF##*/v}" --dir src/JQ/tools --clobber -p jq-windows-* --repo jqlang/jq
29
+ gh release download "jq-${GITHUB_REF##*/v}" --dir src/JQ/tools --clobber -p jq-linux-a*64 --repo jqlang/jq
30
+ gh release download "jq-${GITHUB_REF##*/v}" --dir src/JQ/tools --clobber -p jq-linux-i386 --repo jqlang/jq
31
+ gh release download "jq-${GITHUB_REF##*/v}" --dir src/JQ/tools --clobber -p jq-macos* --repo jqlang/jq
32
+ gh release download "jq-${GITHUB_REF##*/v}" --dir src/JQ/tools --clobber -p jq-windows-* --repo jqlang/jq
33
33
34
34
- name : 🙏 build
35
35
run : dotnet build -m:1 -p:version=${GITHUB_REF##*/v} -bl:build.binlog
You can’t perform that action at this time.
0 commit comments