image tag
This commit is contained in:
@@ -4,16 +4,16 @@ on: [push]
|
|||||||
# NOTE: If your `project.godot` is at the repository root, set `PROJECT_PATH` below to ".".
|
# NOTE: If your `project.godot` is at the repository root, set `PROJECT_PATH` below to ".".
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 4.4.1
|
GODOT_VERSION: 4.5
|
||||||
EXPORT_NAME: LasGymkhanikasDeUli
|
EXPORT_NAME: LasGymkhanikasDeUli
|
||||||
PROJECT_PATH: .
|
PROJECT_PATH: .
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
export-linux:
|
export-linux:
|
||||||
name: Linux Export
|
name: Linux Export
|
||||||
runs-on: ubuntu-latest-full # Use 22.04 with godot 4
|
runs-on: ubuntu-latest # Use 22.04 with godot 4
|
||||||
container:
|
container:
|
||||||
image: oierbravo/godot-ci-with-node
|
image: oierbravo/godot-ci-with-node:4.5
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -36,9 +36,9 @@ jobs:
|
|||||||
path: build/linux
|
path: build/linux
|
||||||
export-linux-arm:
|
export-linux-arm:
|
||||||
name: Linux ARM Export
|
name: Linux ARM Export
|
||||||
runs-on: ubuntu-22.04 # Use 22.04 with godot 4
|
runs-on: ubuntu-latest # Use 22.04 with godot 4
|
||||||
container:
|
container:
|
||||||
image: oierbravo/godot-ci-with-node
|
image: oierbravo/godot-ci-with-node:4.5
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -64,7 +64,7 @@ jobs:
|
|||||||
name: Web Export
|
name: Web Export
|
||||||
runs-on: ubuntu-22.04 # Use 22.04 with godot 4
|
runs-on: ubuntu-22.04 # Use 22.04 with godot 4
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:4.4.1
|
image: oierbravo/godot-ci-with-node:4.5
|
||||||
steps:
|
steps:
|
||||||
#- uses: chrisliebaer/gitea-actions-fix@vXX
|
#- uses: chrisliebaer/gitea-actions-fix@vXX
|
||||||
# with:
|
# with:
|
||||||
|
|||||||
Reference in New Issue
Block a user