Skip to content

Commit

Permalink
use find instead of ls (#676)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
Alex Boten authored May 4, 2023
1 parent f5867b3 commit ae35db9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/layer-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
uses: actions/download-artifact@v3
with:
name: ${{ inputs.artifact-name }}
path: ${{ inputs.artifact-name }}

- uses: aws-actions/configure-aws-credentials@v2
with:
Expand All @@ -77,7 +76,7 @@ jobs:

- name: Publish Lambda Layer
run: |
ls -al
find .
LAYER_ARN=$(
aws lambda publish-layer-version \
--layer-name $LAYER_NAME \
Expand Down

0 comments on commit ae35db9

Please sign in to comment.