We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d5640 commit 02972f8Copy full SHA for 02972f8
1 file changed
.github/workflows/deploy-agent.yml
@@ -58,7 +58,8 @@ jobs:
58
uses: actions/upload-artifact@v4
59
with:
60
name: bedrock-agentcore-config-${{ github.sha }}
61
- path: ~/.bedrock_agentcore.yaml
+ include-hidden-files: true
62
+ path: .bedrock_agentcore.yaml
63
retention-days: 90
64
65
- name: Deployment summary
0 commit comments