mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +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
|
||||
shell: bash
|
||||
run: |
|
||||
cd coriolis-data
|
||||
cd ./coriolis-data
|
||||
export NVM_DIR=~/.nvm
|
||||
source ~/.nvm/nvm.sh
|
||||
npm install 2>&1
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
- name: Zip the code
|
||||
shell: bash
|
||||
run: |
|
||||
zip -r ${TARGET_ZIP} ./build/*
|
||||
zip -r ./${TARGET_ZIP} ./coriolis/build/*
|
||||
- name: Authorize GCP
|
||||
uses: google-github-actions/auth@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user