Skip to content

Commit

Permalink
Add release build for github actions on the webhook lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Mar 12, 2024
1 parent f163abb commit 85661ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,13 @@ jobs:
asset_path: ./target/lambda/auto-tag/bootstrap.zip
asset_name: auto-tag-lambda-bootstrap-${{ github.ref_name }}.zip
asset_content_type: application/zip

- name: Upload webhook lambda
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/lambda/webhook/bootstrap.zip
asset_name: webhook-lambda-bootstrap-${{ github.ref_name }}.zip
asset_content_type: application/zip

0 comments on commit 85661ae

Please sign in to comment.