Added export_presets
This commit is contained in:
parent
e01de04cc6
commit
ad841fb6f1
3 changed files with 112 additions and 4 deletions
|
|
@ -3,7 +3,7 @@ FROM barichello/godot-ci:4.5.1
|
|||
# Install Node 24 from Alpine
|
||||
RUN apt-get update && apt-get install -y curl \
|
||||
&& curl -fsSL https://deb.nodesource.com/setup_24.x | bash - \
|
||||
&& apt-get install -y nodejs \
|
||||
&& apt-get install -y nodejs fontconfig \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Verify installations
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ jobs:
|
|||
|
||||
export:
|
||||
name: Build Asteroids for all platforms
|
||||
needs: prepare
|
||||
runs-on: docker-cli-node24
|
||||
container:
|
||||
image: ${{ vars.REGISTRY_URL }}/asteroids/runner:latest
|
||||
|
|
@ -41,9 +42,6 @@ jobs:
|
|||
- name: Export Windows
|
||||
run: godot --headless --export-release "Windows Desktop" build/asteroids.exe
|
||||
|
||||
- name: Export macOS
|
||||
run: godot --headless --export-release "macOS" build/asteroids.zip
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue