Skip to content

Commit edaab01

Browse files
author
Vlad M
committed
Fix action naming dir
1 parent 2d2047a commit edaab01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414

1515
- name: Install AWS Copilot CLI
1616
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
17+
curl -Lo copilot-cli https://github.com/aws/copilot-cli/releases/latest/download/copilot-linux
18+
chmod +x copilot-cli
19+
sudo mv copilot-cli /usr/local/bin/copilot
2020
2121
- name: Configure AWS Credentials
2222
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)