Update version used in templates
This commit is contained in:
10
.github/workflows/godot-ci.yml
vendored
10
.github/workflows/godot-ci.yml
vendored
@@ -2,7 +2,7 @@ name: "godot-ci export"
|
|||||||
on: push
|
on: push
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 3.2.3
|
GODOT_VERSION: 3.3.4
|
||||||
EXPORT_NAME: test-project
|
EXPORT_NAME: test-project
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -10,7 +10,7 @@ jobs:
|
|||||||
name: Windows Export
|
name: Windows Export
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:3.2.3
|
image: barichello/godot-ci:3.3.4
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
name: Linux Export
|
name: Linux Export
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:3.2.3
|
image: barichello/godot-ci:3.3.4
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@@ -60,7 +60,7 @@ jobs:
|
|||||||
name: Web Export
|
name: Web Export
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:3.2.3
|
image: barichello/godot-ci:3.3.4
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@@ -95,7 +95,7 @@ jobs:
|
|||||||
name: Mac Export
|
name: Mac Export
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:3.2.3
|
image: barichello/godot-ci:3.3.4
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
image: barichello/godot-ci:3.2.3
|
image: barichello/godot-ci:3.3.4
|
||||||
|
|
||||||
# NOTE: the `cd` command in each build stage is not necessary if your
|
# NOTE: the `cd` command in each build stage is not necessary if your
|
||||||
# project.godot is at the repo root
|
# project.godot is at the repo root
|
||||||
@@ -60,7 +60,7 @@ web:
|
|||||||
paths:
|
paths:
|
||||||
- build/web
|
- build/web
|
||||||
|
|
||||||
# Android Debug Job. It will use the generated debug.keystore.
|
# Android Debug Job. It will use the generated debug.keystore.
|
||||||
android_debug:
|
android_debug:
|
||||||
stage: export
|
stage: export
|
||||||
script:
|
script:
|
||||||
@@ -72,10 +72,10 @@ android_debug:
|
|||||||
paths:
|
paths:
|
||||||
- build/android
|
- build/android
|
||||||
|
|
||||||
# Android Release Job. You will need to include keystore and password in the GitLab variable settings:
|
# Android Release Job. You will need to include keystore and password in the GitLab variable settings:
|
||||||
# 1. Take your generated keystore and convert it to Base64:
|
# 1. Take your generated keystore and convert it to Base64:
|
||||||
# Linux & macOS: `base64 release.keystore -w 0`
|
# Linux & macOS: `base64 release.keystore -w 0`
|
||||||
# Windows: `certutil -encodehex -f release.keystore encoded.txt 0x40000001`
|
# Windows: `certutil -encodehex -f release.keystore encoded.txt 0x40000001`
|
||||||
# 2. Go to GitLab Project > Settings > CI/CD > Variables and copy the Base64-encoded keystore value in a new variable `SECRET_RELEASE_KEYSTORE_BASE64` as type variable.
|
# 2. Go to GitLab Project > Settings > CI/CD > Variables and copy the Base64-encoded keystore value in a new variable `SECRET_RELEASE_KEYSTORE_BASE64` as type variable.
|
||||||
# 3. Create a second variable SECRET_RELEASE_KEYSTORE_USER as type variable with the alias of your keystore as value.
|
# 3. Create a second variable SECRET_RELEASE_KEYSTORE_USER as type variable with the alias of your keystore as value.
|
||||||
# 4. Create a third variable SECRET_RELEASE_KEYSTORE_PASSWORD as type variable with the password of your keystore as value.
|
# 4. Create a third variable SECRET_RELEASE_KEYSTORE_PASSWORD as type variable with the password of your keystore as value.
|
||||||
@@ -97,7 +97,7 @@ android:
|
|||||||
name: $EXPORT_NAME-$CI_JOB_NAME
|
name: $EXPORT_NAME-$CI_JOB_NAME
|
||||||
paths:
|
paths:
|
||||||
- build/android
|
- build/android
|
||||||
|
|
||||||
# GitHub Pages Deploy
|
# GitHub Pages Deploy
|
||||||
deploy-github-pages:
|
deploy-github-pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user