Skip to content

Commit a1550b1

Browse files
committed
echo
1 parent 468c1f4 commit a1550b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/push.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ fi
4444

4545
# copy assets
4646

47-
cp "${GITHUB_ACTION_PATH}"/assets/* "${cover_dir}"
47+
echo "GITHUB_ACTION_PATH: ${GITHUB_ACTION_PATH}"
48+
cp "${GITHUB_ACTION_PATH}/assets/*" "${cover_dir}"
4849

4950
# push to branch
5051

0 commit comments

Comments
 (0)