From be76a139eba92ba89026bc53a3d67fc1a9736da3 Mon Sep 17 00:00:00 2001 From: Trey <73353716+TreyWW@users.noreply.github.com> Date: Fri, 31 May 2024 20:26:22 +0100 Subject: [PATCH] WIP-Feat: fix Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com> --- .github/workflows/management_bot_lambda.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/management_bot_lambda.yml b/.github/workflows/management_bot_lambda.yml index 4a554f213..94804318d 100644 --- a/.github/workflows/management_bot_lambda.yml +++ b/.github/workflows/management_bot_lambda.yml @@ -1,4 +1,4 @@ -name: Build and Upload Python Package +name: Lambda Zip for Management Bot on: [ push, workflow_dispatch ] @@ -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