Skip to content

Commit ae35db9

Browse files
author
Alex Boten
authored
use find instead of ls (aws-observability#676)
Signed-off-by: Alex Boten <[email protected]>
1 parent f5867b3 commit ae35db9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/layer-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
uses: actions/download-artifact@v3
6767
with:
6868
name: ${{ inputs.artifact-name }}
69-
path: ${{ inputs.artifact-name }}
7069

7170
- uses: aws-actions/configure-aws-credentials@v2
7271
with:
@@ -77,7 +76,7 @@ jobs:
7776

7877
- name: Publish Lambda Layer
7978
run: |
80-
ls -al
79+
find .
8180
LAYER_ARN=$(
8281
aws lambda publish-layer-version \
8382
--layer-name $LAYER_NAME \

0 commit comments

Comments
 (0)