We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c782748 commit b1362c2Copy full SHA for b1362c2
.github/workflows/upload-cli-layer.yml
@@ -42,7 +42,4 @@ jobs:
42
# AWS_ACCOUNT_ID: ${{ inputs.AWS_ACCOUNT_ID }}
43
TAG: v2.11.1
44
AWS_ACCOUNT_ID: 585008075785
45
- run: |
46
- ls -la
47
- ls -la ./bin
48
- ./bin/upload_cli_layer.sh
+ run: ./bin/upload-cli-layer.sh
0 commit comments