Skip to content

Commit 730f094

Browse files
committed
skip move step
1 parent 767b454 commit 730f094

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ jobs:
160160
run: |
161161
export SDK_VERSION=$(cat packages/core/package.json | jq --raw-output '.version')
162162
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 .
163+
# - name: Move dist-serverless to root directory (requirement for zipping action)
164+
# run: |
165+
# mv ./packages/serverless/build/aws/dist-serverless .
166166
- name: Create and upload final zip file
167167
uses: getsentry/action-build-aws-lambda-extension@kmclb-simplify-getting-files
168168
with:

0 commit comments

Comments
 (0)