Skip to content

Commit bf04e93

Browse files
committed
use simpler reference for version variable
1 parent 1e01091 commit bf04e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
uses: getsentry/action-build-aws-lambda-extension@kmclb-simplify-getting-files
168168
with:
169169
artifact_name: ${{ env.HEAD_COMMIT }}
170-
zip_file_name: sentry-node-serverless-${{ env.SDK_VERSION }}.zip
170+
zip_file_name: sentry-node-serverless-$SDK_VERSION.zip
171171
dist_serverless_path: packages/serverless/build/aws/dist-serverless
172172
# build_cache_paths: ${{ env.CACHED_BUILD_PATHS }}
173173
# build_cache_key: ${{ env.BUILD_CACHE_KEY }}

0 commit comments

Comments
 (0)