Full test w/ dl link and prep assets step
This commit is contained in:
@ -17,11 +17,9 @@ jobs:
|
||||
prepare-build:
|
||||
name: Prepare Build Assets
|
||||
runs-on: ubuntu-22.04
|
||||
# container:
|
||||
# image: barichello/godot-ci:mono-4.4.1 # change to mono
|
||||
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
|
||||
# Should make my docker image for this step in the future
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
@ -73,6 +71,7 @@ jobs:
|
||||
rm "$PROJECT_PATH/build/build_dependencies/export_templates/export_templates.zip"
|
||||
|
||||
# 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/"
|
||||
|
||||
- name: Upload Prepared Assets
|
||||
@ -90,6 +89,8 @@ jobs:
|
||||
container:
|
||||
image: barichello/godot-ci:mono-4.4.1
|
||||
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
|
||||
run: |
|
||||
apt-get update
|
||||
|
||||
Reference in New Issue
Block a user