We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc639e commit 634acffCopy full SHA for 634acff
1 file changed
.github/workflows/ci_cd.yml
@@ -48,6 +48,9 @@ jobs:
48
steps:
49
- uses: actions/checkout@v5
50
- uses: actions/download-artifact@v5
51
+ with:
52
+ name: artifact
53
+ path: artifact
54
- name: Configure AWS Credentials
55
uses: aws-actions/configure-aws-credentials@v5
56
with:
0 commit comments