mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 06:43:24 +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
|
- name: Zip the code
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd ../coriolis
|
zip -r ${TARGET_ZIP} ./build/*
|
||||||
zip -r ${TARGET_ZIP}.zip ./build/*
|
|
||||||
- name: Authorize GCP
|
- name: Authorize GCP
|
||||||
uses: google-github-actions/auth@v2
|
uses: google-github-actions/auth@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user