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 1e01091 commit bf04e93Copy full SHA for bf04e93
.github/workflows/build.yml
@@ -167,7 +167,7 @@ jobs:
167
uses: getsentry/action-build-aws-lambda-extension@kmclb-simplify-getting-files
168
with:
169
artifact_name: ${{ env.HEAD_COMMIT }}
170
- zip_file_name: sentry-node-serverless-${{ env.SDK_VERSION }}.zip
+ zip_file_name: sentry-node-serverless-$SDK_VERSION.zip
171
dist_serverless_path: packages/serverless/build/aws/dist-serverless
172
# build_cache_paths: ${{ env.CACHED_BUILD_PATHS }}
173
# build_cache_key: ${{ env.BUILD_CACHE_KEY }}
0 commit comments