We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9b2be commit 260009eCopy full SHA for 260009e
1 file changed
.github/workflows/aws-s3-deploy.yml
@@ -24,5 +24,5 @@ jobs:
24
25
- name: Upload DAGs to S3
26
run: |
27
- aws s3 cp mlewp2-airflow/mwaa-example/dags s3://github-actions-ci-cd-tests/dags \
+ aws s3 cp Chapter05/mlewp2-airflow/mwaa-example/dags s3://github-actions-ci-cd-tests/dags \
28
--recursive --include "*.py"
0 commit comments