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 6d35e6c commit 3584004Copy full SHA for 3584004
.github/workflows/rel_zip_win.yml
@@ -65,7 +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
+ tree -d -L1 "${OTHER_REPO}"
69
+ tree -d -L1 "${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