Skip to content

Commit b1362c2

Browse files
committed
fix script name
1 parent c782748 commit b1362c2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/upload-cli-layer.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,4 @@ jobs:
4242
# AWS_ACCOUNT_ID: ${{ inputs.AWS_ACCOUNT_ID }}
4343
TAG: v2.11.1
4444
AWS_ACCOUNT_ID: 585008075785
45-
run: |
46-
ls -la
47-
ls -la ./bin
48-
./bin/upload_cli_layer.sh
45+
run: ./bin/upload-cli-layer.sh

0 commit comments

Comments
 (0)