Skip to content

Commit

Permalink
feat: Upload zip package as an artifact on GitHub for easy use
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeDavis-Ibexlabs committed Aug 29, 2024
1 parent 748c3dd commit 083c999
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ jobs:
run: |
zip -r ${{ env.LAMBDA_ZIP_NAME }} . -x .git\*/\* -x *.yml -x .DS_Store -x .gitignore
- name: Upload Lambda Package Zip
uses: actions/[email protected]
with:
name: ${{ env.LAMBDA_ZIP_NAME }}
path: ${{ env.LAMBDA_ZIP_NAME }}
retention-days: 30

- name: Configure AWS Credentials Action for GitHub Actions
uses: aws-actions/[email protected]
with:
Expand Down

0 comments on commit 083c999

Please sign in to comment.