File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
49
49
with :
50
50
upload_url : ${{ steps.create_release.outputs.upload_url }}
51
- asset_path : ${{ env.lambda_path }}/${{ env.lambda_runners_name }}.zip
52
- asset_name : ${{ env.lambda_syncer_name }}-${{ steps.tag_name.outputs.TAG }}.zip
51
+ asset_path : ${{ env.lambda_path }}/${{ env.lambda_webhook_name }}.zip
52
+ asset_name : ${{ env.lambda_webhook_name }}-${{ steps.tag_name.outputs.TAG }}.zip
53
53
asset_content_type : application/zip
54
54
55
55
- name : Lambda syncer - build
63
63
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
64
64
with :
65
65
upload_url : ${{ steps.create_release.outputs.upload_url }}
66
- asset_path : ${{ env.lambda_path }}/${{ env.lambda_runners_name }}.zip
66
+ asset_path : ${{ env.lambda_path }}/${{ env.lambda_syncer_name }}.zip
67
67
asset_name : ${{ env.lambda_syncer_name }}-${{ steps.tag_name.outputs.TAG }}.zip
68
68
asset_content_type : application/zip
69
69
You can’t perform that action at this time.
0 commit comments