Skip to content

Fix lambda release

Fix lambda release #54

Workflow file for this run

on:
pull_request:
jobs:
build-lambda:
uses: ./.github/workflows/build-link-index-updater-lambda.yml
debug:
needs: build-lambda
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
with:
artifact-ids: ${{ needs.build-lambda.outputs.artifact-id }}
- name: Debug
run: |
stat ./bootstrap
zip -j link-index-updater-lambda.zip ./bootstrap