Skip to content

Commit 7517a60

Browse files
committed
experimental stuff
1 parent c45db28 commit 7517a60

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,11 @@ jobs:
4949
name: ${{ github.sha }}
5050
- run: |
5151
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+
- run: |
56+
zip sentry-lambda-lazyer.zip sentry-lambda-layer/
57+
ls -alh
58+
echo "im zip"
59+
unzip -Z1 file.zip

0 commit comments

Comments
 (0)