Full test w/ dl link and prep assets step
This commit is contained in:
@ -17,11 +17,9 @@ jobs:
|
|||||||
prepare-build:
|
prepare-build:
|
||||||
name: Prepare Build Assets
|
name: Prepare Build Assets
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
# container:
|
|
||||||
# image: barichello/godot-ci:mono-4.4.1 # change to mono
|
|
||||||
steps:
|
steps:
|
||||||
# Doing this becuase barichello/godot-ci:4.4 doesn't have nodejs installed, may need to make own docker image in the future
|
|
||||||
# By default ubuntu-22.04 has nodejs 12, but we need a more modern version for the actions/checkout@v4
|
# By default ubuntu-22.04 has nodejs 12, but we need a more modern version for the actions/checkout@v4
|
||||||
|
# Should make my docker image for this step in the future
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
@ -73,6 +71,7 @@ jobs:
|
|||||||
rm "$PROJECT_PATH/build/build_dependencies/export_templates/export_templates.zip"
|
rm "$PROJECT_PATH/build/build_dependencies/export_templates/export_templates.zip"
|
||||||
|
|
||||||
# Debug to see if the export templates were downloaded correctly
|
# Debug to see if the export templates were downloaded correctly
|
||||||
|
echo "Export templates downloaded to $PROJECT_PATH/build/build_dependencies/export_templates/"
|
||||||
ls -la "$PROJECT_PATH/build/build_dependencies/export_templates/"
|
ls -la "$PROJECT_PATH/build/build_dependencies/export_templates/"
|
||||||
|
|
||||||
- name: Upload Prepared Assets
|
- name: Upload Prepared Assets
|
||||||
@ -90,6 +89,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:mono-4.4.1
|
image: barichello/godot-ci:mono-4.4.1
|
||||||
steps:
|
steps:
|
||||||
|
# Doing this becuase barichello/godot-ci:4.4 doesn't have nodejs installed, may need to make own docker image in the future
|
||||||
|
# By default ubuntu-22.04 has nodejs 12, but we need a more modern version for the actions/checkout@v4
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|||||||
Reference in New Issue
Block a user