Skip to content

Commit 3584004

Browse files
committed
workflow
1 parent 6d35e6c commit 3584004

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rel_zip_win.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +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
68+
tree -d -L1 "${OTHER_REPO}"
69+
tree -d -L1 "${REPO_NAME}"
6970
echo zip -r "${RELEASE_ZIP_FILE}" "${OTHER_REPO}" "${REPO_NAME}"
7071
zip -r "${RELEASE_ZIP_FILE}" "${OTHER_REPO}" "${REPO_NAME}"
7172
#

0 commit comments

Comments
 (0)