Skip to content

Commit c212e73

Browse files
committed
workflows
1 parent 3584004 commit c212e73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rel_zip_win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
pushd "${RUNNER_TEMP}/mytemp"
6666
REF_NAME="${{ github.ref_name }}" # Latest tag number of igruby_example
6767
RELEASE_ZIP_FILE="${REPO_NAME}-${REF_NAME}.zip"
68-
tree -d -L1 "${OTHER_REPO}"
69-
tree -d -L1 "${REPO_NAME}"
68+
tree -d "${OTHER_REPO}"
69+
tree -d "${REPO_NAME}"
7070
echo zip -r "${RELEASE_ZIP_FILE}" "${OTHER_REPO}" "${REPO_NAME}"
7171
zip -r "${RELEASE_ZIP_FILE}" "${OTHER_REPO}" "${REPO_NAME}"
7272
#

0 commit comments

Comments
 (0)