From 31f15d9ae3d7b5dfe8ae8f30a249feaeafcb7e96 Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Sat, 22 Jun 2024 15:28:22 +0100 Subject: [PATCH] Fixing syntax in autodeploy --- .github/workflows/autodeploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/autodeploy.yml b/.github/workflows/autodeploy.yml index e1fc802d..e5b832eb 100644 --- a/.github/workflows/autodeploy.yml +++ b/.github/workflows/autodeploy.yml @@ -39,8 +39,7 @@ jobs: - name: Zip the code shell: bash run: | - cd ../coriolis - zip -r ${TARGET_ZIP}.zip ./build/* + zip -r ${TARGET_ZIP} ./build/* - name: Authorize GCP uses: google-github-actions/auth@v2 with: