mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 14:33:22 +00:00
Fixing syntax in autodeploy
This commit is contained in:
3
.github/workflows/autodeploy.yml
vendored
3
.github/workflows/autodeploy.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user