fix: simplify container definition for export jobs in release workflow
Some checks failed
Some checks failed
This commit is contained in:
@@ -15,8 +15,7 @@ jobs:
|
|||||||
export-windows:
|
export-windows:
|
||||||
name: Windows Export
|
name: Windows Export
|
||||||
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
|
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
|
||||||
container:
|
container: barichello/godot-ci:4.3
|
||||||
image: barichello/godot-ci:4.3
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
@@ -45,8 +44,7 @@ jobs:
|
|||||||
export-linux:
|
export-linux:
|
||||||
name: Linux Export
|
name: Linux Export
|
||||||
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
|
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
|
||||||
container:
|
container: barichello/godot-ci:4.3
|
||||||
image: barichello/godot-ci:4.3
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
@@ -107,8 +105,7 @@ jobs:
|
|||||||
export-mac:
|
export-mac:
|
||||||
name: Mac Export
|
name: Mac Export
|
||||||
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
|
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
|
||||||
container:
|
container: barichello/godot-ci:4.3
|
||||||
image: barichello/godot-ci:4.3
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user