Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
godot mono version
Browse files Browse the repository at this point in the history
  • Loading branch information
kth1888 authored May 20, 2024
1 parent 3a445d9 commit a29a50f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ jobs:
name: Windows Export
runs-on: ubuntu-20.04
container:
image: barichello/godot-ci:4.2.1
image: barichello/godot-ci:mono-4.2.1
steps:
- name: Checkout
uses: actions/checkout@v4.1.6
with:
lfs: true
submodules: true


Expand All @@ -33,7 +32,7 @@ jobs:
- name: Setup
run: |
mkdir -v -p ~/.local/share/godot/export_templates/
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable.mono ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable.mono
- name: Windows Build
run: |
mkdir -v -p build/windows
Expand All @@ -50,7 +49,7 @@ jobs:
name: Mac Export
runs-on: ubuntu-20.04
container:
image: barichello/godot-ci:4.2.1
image: barichello/godot-ci:mono-4.2.1
steps:
- name: Checkout
uses: actions/checkout@v4.1.6
Expand All @@ -67,7 +66,7 @@ jobs:
- name: Setup
run: |
mkdir -v -p ~/.local/share/godot/export_templates/
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable.mono ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable.mono
- name: Mac Build
run: |
mkdir -v -p build/mac
Expand Down

0 comments on commit a29a50f

Please sign in to comment.