Skip to content

Commit 02972f8

Browse files
committed
cicd: updated workflow to upload .bedrock_agentcore.yaml as artifact
1 parent 71d5640 commit 02972f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-agent.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
uses: actions/upload-artifact@v4
5959
with:
6060
name: bedrock-agentcore-config-${{ github.sha }}
61-
path: ~/.bedrock_agentcore.yaml
61+
include-hidden-files: true
62+
path: .bedrock_agentcore.yaml
6263
retention-days: 90
6364

6465
- name: Deployment summary

0 commit comments

Comments
 (0)