Skip to content

Commit 466fe9f

Browse files
committed
Experiment with dist
1 parent 5a9d22f commit 466fe9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lambda-runner-binaries-syncer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7171
with:
7272
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
73-
asset_path: ${{ lambda_name }}.zip
73+
asset_path: ${{ env.lambda_name }}.zip
7474
asset_name: parser-${{ steps.tag_name.outputs.TAG }}.zip
7575
asset_content_type: application/zip

0 commit comments

Comments
 (0)