Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit c70cbf2

Browse files
committed
debug symlink
1 parent a34e977 commit c70cbf2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ runs:
3737
# TODO: does the `-y` in the zip command need single quotes around it?
3838
run: |
3939
echo "Creating ${{ inputs.zip_file_name }}..."
40+
echo "${{ inputs.preserve_symlinks }}"
41+
echo "${{ inputs.preserve_symlinks && '-y' }}"
4042
cd dist-serverless
4143
zip -r ${{ inputs.preserve_symlinks && '-y' }} ../${{ inputs.zip_file_name }} . --exclude \*__pycache__\* --exclude \*.yml
4244
cd ..

0 commit comments

Comments
 (0)