Skip to content

Commit

Permalink
WIP-Feat: fix
Browse files Browse the repository at this point in the history
Signed-off-by: Trey <[email protected]>
  • Loading branch information
TreyWW committed May 31, 2024
1 parent eb584b1 commit be76a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/management_bot_lambda.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Upload Python Package
name: Lambda Zip for Management Bot

on: [ push, workflow_dispatch ]

Expand All @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies and create .zip
run: |
mkdir -p build/python
pip install --platform manylinux2014_x86_64 --implementation cp --only-binary=:all: --upgrade --target=build/python cryptography pygithub
pip install --platform manylinux2014_x86_64 --implementation cp --only-binary=:all: --upgrade --target=python cryptography pygithub
zip -r build/python.zip build/python
- name: Upload artifact
Expand Down

0 comments on commit be76a13

Please sign in to comment.