Fixing syntax in autodeploy

This commit is contained in:
Alex Williams
2024-06-22 15:28:22 +01:00
parent e3aebd5a54
commit 31f15d9ae3

View File

@@ -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: