We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2047a commit edaab01Copy full SHA for edaab01
.github/workflows/deploy.yml
@@ -14,9 +14,9 @@ jobs:
14
15
- name: Install AWS Copilot CLI
16
run: |
17
- curl -Lo copilot https://github.com/aws/copilot-cli/releases/latest/download/copilot-linux
18
- chmod +x copilot
19
- sudo mv copilot /usr/local/bin/copilot
+ curl -Lo copilot-cli https://github.com/aws/copilot-cli/releases/latest/download/copilot-linux
+ chmod +x copilot-cli
+ sudo mv copilot-cli /usr/local/bin/copilot
20
21
- name: Configure AWS Credentials
22
uses: aws-actions/configure-aws-credentials@v4
0 commit comments