Skip to content

Commit f366878

Browse files
ipmbCopilot
andauthored
Fix deploy workflow (#18)
* Fix deploy workflow * Initial plan (#19) Co-authored-by: copilot-swe-agent[bot] <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 1dc639e commit f366878

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)