1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Bump version to v0.9-dev and use Godot 3.3 in GitHub Actions

This commit is contained in:
Manolis Papadeas 2021-04-23 18:31:12 +03:00
parent d72749d2b6
commit 71195ffc0d
4 changed files with 11 additions and 11 deletions

View file

@ -11,7 +11,7 @@ on:
- "installer/po/*"
env:
GODOT_VERSION: 3.2.3
GODOT_VERSION: 3.3
GODOT_VERSION_MAC: 3.2.2
EXPORT_NAME: Pixelorama
@ -20,7 +20,7 @@ jobs:
name: Windows Export 🗔
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.2.3
image: docker://barichello/godot-ci:3.3
steps:
- name: Setup WINE and rcedit 🍷
run: |
@ -57,7 +57,7 @@ jobs:
name: Linux Export 🐧
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.2.3
image: docker://barichello/godot-ci:3.3
steps:
- name: Checkout 🛎️
uses: actions/checkout@v1

View file

@ -5,7 +5,7 @@ on:
branches: [ master ]
env:
GODOT_VERSION: 3.2.3
GODOT_VERSION: 3.3
EXPORT_NAME: Pixelorama
jobs:
@ -13,7 +13,7 @@ jobs:
name: Web Export 🌐
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.2.3
image: docker://barichello/godot-ci:3.3
steps:
- name: Checkout 🛎️
uses: actions/checkout@v1

View file

@ -5,10 +5,10 @@ on:
branches: [ release ]
env:
GODOT_VERSION: 3.2.3
GODOT_VERSION: 3.3
GODOT_VERSION_MAC: 3.2.2
EXPORT_NAME: Pixelorama
TAG: v0.8.2
TAG: v0.8.3
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
jobs:
@ -16,7 +16,7 @@ jobs:
name: Windows Export 🗔
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.2.3
image: docker://barichello/godot-ci:3.3
steps:
- name: Setup WINE and rcedit 🍷
run: |
@ -76,7 +76,7 @@ jobs:
name: Linux Export 🐧
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.2.3
image: docker://barichello/godot-ci:3.3
steps:
- name: Checkout 🛎️
uses: actions/checkout@v1
@ -187,7 +187,7 @@ jobs:
name: Web Export 🌐
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.2.3
image: docker://barichello/godot-ci:3.3
steps:
- name: Checkout 🛎️
uses: actions/checkout@v1

View file

@ -119,7 +119,7 @@ boot_splash/bg_color=Color( 0.145098, 0.145098, 0.164706, 1 )
config/icon="res://assets/graphics/icons/icon.png"
config/macos_native_icon="res://assets/graphics/icons/icon.icns"
config/windows_native_icon="res://assets/graphics/icons/icon.ico"
config/Version="v0.8.3-dev"
config/Version="v0.9-dev"
[audio]