Skip to content

Commit a6176d6

Browse files
committed
experimental stuff
1 parent fbc09ca commit a6176d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
mkdir sentry-lambda-layer/extensions
5353
echo "pwd $$ ls -alh" > sentry-lambda-layer/extensions/my-extension.sh
5454
chmod +x sentry-lambda-layer/extensions/my-extension.sh
55+
curl -0 --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+
5557
- run: |
5658
zip -r sentry-lambda-layer.zip sentry-lambda-layer/
5759
ls -alh

0 commit comments

Comments
 (0)