mirror of
https://github.com/D4M13N-D3V/godot_template.git
synced 2025-03-14 01:54:59 +00:00
fix ci godot version
This commit is contained in:
parent
14a946822d
commit
3de8d07618
10
.github/workflows/game_ci.yml
vendored
10
.github/workflows/game_ci.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: "Godot 4.1.2 CI/CD"
|
name: "Godot 4.2.1 CI/CD"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 4.2.1
|
GODOT_VERSION: 4.2.1
|
||||||
@ -15,7 +15,7 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:4.1.2
|
image: barichello/godot-ci:4.2.1
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -60,7 +60,7 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:4.1.2
|
image: barichello/godot-ci:4.2.1
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -90,7 +90,7 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:4.1.2
|
image: barichello/godot-ci:4.2.1
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -166,7 +166,7 @@ jobs:
|
|||||||
body: |
|
body: |
|
||||||
Release notes for ${{env.GitVersion_MajorMinorPatch}}
|
Release notes for ${{env.GitVersion_MajorMinorPatch}}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: true
|
||||||
|
|
||||||
- name: Upload Web Release Asset
|
- name: Upload Web Release Asset
|
||||||
id: upload-release-asset
|
id: upload-release-asset
|
||||||
|
Loading…
x
Reference in New Issue
Block a user