Skip to content

Commit 634acff

Browse files
committed
Fix deploy workflow
1 parent 1dc639e commit 634acff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v5
5050
- uses: actions/download-artifact@v5
51+
with:
52+
name: artifact
53+
path: artifact
5154
- name: Configure AWS Credentials
5255
uses: aws-actions/configure-aws-credentials@v5
5356
with:

0 commit comments

Comments
 (0)