Full test w/ dl link and prep assets step
All checks were successful
godot-ci export / Prepare Build Assets (push) Successful in 1m20s
godot-ci export / Windows Export (push) Successful in 43s
godot-ci export / Linux Export (push) Successful in 43s
godot-ci export / Steam Publish (push) Successful in 59s

This commit is contained in:
2025-07-07 04:52:01 -07:00
parent 1d4548d74c
commit 61e937e1f5

View File

@ -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