File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,15 +159,15 @@ jobs:
159
159
# equivalent of using >> rather than >.)
160
160
run : |
161
161
export SDK_VERSION=$(cat packages/core/package.json | jq --raw-output '.version')
162
- # echo "SDK_VERSION=$SDK_VERSION" | tee -a $GITHUB_ENV
162
+ echo "SDK_VERSION=$SDK_VERSION" | tee -a $GITHUB_ENV
163
163
# - name: Move dist-serverless to root directory (requirement for zipping action)
164
164
# run: |
165
165
# mv ./packages/serverless/build/aws/dist-serverless .
166
166
- name : Create and upload final zip file
167
167
uses : getsentry/action-build-aws-lambda-extension@kmclb-simplify-getting-files
168
168
with :
169
169
artifact_name : ${{ env.HEAD_COMMIT }}
170
- zip_file_name : sentry-node-serverless-$SDK_VERSION.zip
170
+ zip_file_name : sentry-node-serverless-${{ env. SDK_VERSION }} .zip
171
171
dist_serverless_path : packages/serverless/build/aws/dist-serverless
172
172
# build_cache_paths: ${{ env.CACHED_BUILD_PATHS }}
173
173
# build_cache_key: ${{ env.BUILD_CACHE_KEY }}
You can’t perform that action at this time.
0 commit comments