Skip to content

Commit 8f899a6

Browse files
rsanchez-sScott Miller
andauthored
Update .github/workflows/lambda_zip.yaml
Co-authored-by: Scott Miller <smiller@rhythmictech.com>
1 parent a8ba1b9 commit 8f899a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lambda_zip.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
with:
25-
upload_url: ${{ steps.get_release.outputs.upload_url }}
25+
upload_url: ${{ github.event.release.upload_url }}
2626
asset_path: ./lambda.zip
2727
asset_name: lambda.zip
2828
asset_content_type: application/zip

0 commit comments

Comments
 (0)