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 3584004 commit c212e73Copy full SHA for c212e73
.github/workflows/rel_zip_win.yml
@@ -65,8 +65,8 @@ jobs:
65
pushd "${RUNNER_TEMP}/mytemp"
66
REF_NAME="${{ github.ref_name }}" # Latest tag number of igruby_example
67
RELEASE_ZIP_FILE="${REPO_NAME}-${REF_NAME}.zip"
68
- tree -d -L1 "${OTHER_REPO}"
69
- tree -d -L1 "${REPO_NAME}"
+ tree -d "${OTHER_REPO}"
+ tree -d "${REPO_NAME}"
70
echo zip -r "${RELEASE_ZIP_FILE}" "${OTHER_REPO}" "${REPO_NAME}"
71
zip -r "${RELEASE_ZIP_FILE}" "${OTHER_REPO}" "${REPO_NAME}"
72
#
0 commit comments