Skip to content

Commit

Permalink
Fixed upload name.
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Apr 5, 2022
1 parent e7604c0 commit 0003128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: prepared-lambda-layer-${{ github.sha }}
name: ${{ github.sha }}
path: |
dist-serverless/*
- uses: getsentry/action-build-aws-lambda-extension@v1
with:
artifact_name: prepared-lambda-layer-${{ github.sha }}
artifact_name: ${{ github.sha }}
zip_file_name: sentry-python-serverless-X.X.X.zip

- name: Upload Zip
Expand Down

0 comments on commit 0003128

Please sign in to comment.