We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5780765 commit 82dbae9Copy full SHA for 82dbae9
1 file changed
.github/workflows/ci.yml
@@ -38,24 +38,6 @@ jobs:
38
path: |
39
dist/*
40
41
- extension:
42
- name: Build extions package
43
- runs-on: ubuntu-latest
44
- needs: dist
45
-
46
- steps:
47
- - uses: actions/download-artifact@v2
+ - uses: getsentry/action-build-aws-lambda-extension
48
with:
49
name: ${{ github.sha }}
50
- - run: |
51
- ls -alh
52
- mkdir sentry-lambda-layer/extensions
53
- echo "pwd $$ ls -alh" > sentry-lambda-layer/extensions/my-extension.sh
54
- chmod +x sentry-lambda-layer/extensions/my-extension.sh
55
- curl -0 --silent --output sentry-lambda-layer/relay `curl -s https://release-registry.services.sentry.io/apps/relay/latest | jq -r .files.\"relay-Linux-x86_64\".url`
56
57
58
- zip -r sentry-lambda-layer.zip sentry-lambda-layer/
59
60
- echo "im zip"
61
- unzip -Z1 sentry-lambda-layer.zip
0 commit comments