Skip to content

Commit

Permalink
chore: zip lambda code
Browse files Browse the repository at this point in the history
  • Loading branch information
gtempus committed Oct 31, 2023
1 parent ad89f4c commit d261a27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/api_triggered_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Zip Lambda function
run: |
mkdir dist
zip ./dist/minecraftBot.zip ./minecraft-slack-bot/minecraftBot.js
- name: Setup Terraform
uses: hashicorp/setup-terraform@v1

Expand Down

0 comments on commit d261a27

Please sign in to comment.