From 3d41117fe3f43136df090113ebae60fedbfd0164 Mon Sep 17 00:00:00 2001 From: Brennan Chapman Date: Fri, 28 Jun 2024 18:59:15 -0400 Subject: [PATCH] Revert "ci: test packaged zip deployment" This reverts commit 90c90af8658b7a5b604750477532a7b156eca355. --- .github/workflows/deploy_cedar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_cedar.yml b/.github/workflows/deploy_cedar.yml index fa0f8a3..99eb5e9 100644 --- a/.github/workflows/deploy_cedar.yml +++ b/.github/workflows/deploy_cedar.yml @@ -72,7 +72,7 @@ jobs: # Exclude 'venv/'; virtual environments are not portable. - name: Zip artifacts - run: zip release.zip ./* -r + run: zip release.zip ./* -r -x 'venv/*' - name: Upload zip uses: actions/upload-artifact@v4