release workflow
This commit is contained in:
parent
35d9639ff8
commit
6a477e2e19
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
name: Windows Export
|
name: Windows Export
|
||||||
runs-on: ubuntu-latest # Use 24.04 with godot 4
|
runs-on: ubuntu-latest # Use 24.04 with godot 4
|
||||||
container:
|
container:
|
||||||
image: abarichello/godot-ci@4.6.1-stable
|
image: barichello/godot-ci:mono-4.6.1
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
name: Linux Export
|
name: Linux Export
|
||||||
runs-on: ubuntu-latest # Use 24.04 with godot 4
|
runs-on: ubuntu-latest # Use 24.04 with godot 4
|
||||||
container:
|
container:
|
||||||
image: abarichello/godot-ci@4.6.1-stable
|
image: barichello/godot-ci:mono-4.6.1
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue