Skip to content

Commit eba3a7b

Browse files
committed
Debug temp dir
1 parent 5d55c4b commit eba3a7b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ runs:
4747
run: |
4848
if [[ "${{ steps.mapping.outputs.codee_archive_extension }}" == "zip" ]]; then
4949
unzip -qq ${RUNNER_TEMP}/codee.zip -d ${RUNNER_TEMP}/codee-tmp
50+
ls -la ${RUNNER_TEMP}
51+
ls -la ${RUNNER_TEMP}/codee/
52+
ls -la ${RUNNER_TEMP}/codee-tmp/
5053
mv ${RUNNER_TEMP}/codee-tmp/* ${RUNNER_TEMP}/codee/
5154
rm -rf ${RUNNER_TEMP}/codee-tmp
5255
else

0 commit comments

Comments
 (0)