Skip to content

Commit

Permalink
ls -al
Browse files Browse the repository at this point in the history
  • Loading branch information
smoucka committed Dec 12, 2023
1 parent 9665824 commit a05edbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
wrapper_dir="magento2-klaviyo"
mkdir $wrapper_dir
rsync -rc --exclude-from=".distignore" "$GITHUB_WORKSPACE/" $wrapper_dir/ --delete --delete-excluded
ls $wrapper_dir
ls -al $wrapper_dir
# - name: Create Archive
# uses: thedoctor0/[email protected]
Expand Down

0 comments on commit a05edbe

Please sign in to comment.