mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
issues with zipping
This commit is contained in:
4
.github/workflows/autodeploy.yml
vendored
4
.github/workflows/autodeploy.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
- name: Build the code
|
- name: Build the code
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd coriolis-data
|
cd ./coriolis-data
|
||||||
export NVM_DIR=~/.nvm
|
export NVM_DIR=~/.nvm
|
||||||
source ~/.nvm/nvm.sh
|
source ~/.nvm/nvm.sh
|
||||||
npm install 2>&1
|
npm install 2>&1
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
- name: Zip the code
|
- name: Zip the code
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
zip -r ${TARGET_ZIP} ./build/*
|
zip -r ./${TARGET_ZIP} ./coriolis/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