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: