Update the GitHub Action to include glue-sync

This commit is contained in:
R Tyler Croy 2024-04-21 22:36:32 +00:00
parent 30f65c4713
commit d8cdbdaf95
1 changed files with 10 additions and 0 deletions

View File

@ -126,3 +126,13 @@ jobs:
asset_path: ./target/lambda/sqs-ingest/bootstrap.zip
asset_name: sqs-ingest-lambda-bootstrap-${{ github.ref_name }}.zip
asset_content_type: application/zip
- name: Upload glue-sync 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/glue-sync/bootstrap.zip
asset_name: glue-sync-lambda-bootstrap-${{ github.ref_name }}.zip
asset_content_type: application/zip