We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1e7a5 commit 0ee467eCopy full SHA for 0ee467e
.github/workflows/build.yml
@@ -85,7 +85,7 @@ jobs:
85
bin_arrays=($(ls jim-docs-*))
86
for ((i=0; i<${#bin_arrays[@]}; i++)); do
87
zip_name=$(echo ${bin_arrays[$i]}|awk -F '-' '{print $3"-"$4}'|awk -F'.' '{print $1}')
88
- zip -r ${zip_name}-${{ github.event.inputs.version}}.zip ./*
+ zip -r ${zip_name}-${{ github.event.inputs.version}}.zip ./${bin_arrays[$i]} ./*.json ./*.yaml
89
done
90
echo "status=success" >> $GITHUB_OUTPUT
91
0 commit comments