We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767b454 commit 730f094Copy full SHA for 730f094
.github/workflows/build.yml
@@ -160,9 +160,9 @@ jobs:
160
run: |
161
export SDK_VERSION=$(cat packages/core/package.json | jq --raw-output '.version')
162
echo "SDK_VERSION=$SDK_VERSION" | tee -a $GITHUB_ENV
163
- - name: Move dist-serverless to root directory (requirement for zipping action)
164
- run: |
165
- mv ./packages/serverless/build/aws/dist-serverless .
+ # - name: Move dist-serverless to root directory (requirement for zipping action)
+ # run: |
+ # mv ./packages/serverless/build/aws/dist-serverless .
166
- name: Create and upload final zip file
167
uses: getsentry/action-build-aws-lambda-extension@kmclb-simplify-getting-files
168
with:
0 commit comments