Skip to content

Commit ed67e32

Browse files
committed
Set blender 3.3lts as default version
1 parent c4d61aa commit ed67e32

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See [action.yml](action.yml)
1313
| `blend` | Main blend file | Yes | |
1414
| `build` | Build exporter name | No | The active [armory exporter](.github/exporter-presets.png) |
1515
| `publish` | Publish exporter name | No | The active [armory exporter](.github/exporter-presets.png) |
16-
| `blender` | Blender version ([snap](https://snapcraft.io/blender)) | No | `2.93lts/stable` |
16+
| `blender` | Blender version ([snap](https://snapcraft.io/blender)) | No | `3.3lts/stable` |
1717
| `armsdk_url` | URL of to the armsdk repository | No | `https://github.com/armory3d/armsdk`
1818
| `armsdk_ref` | Named branch, tag, or SHA of the armsdk repository | No | `main`
1919

@@ -38,9 +38,9 @@ jobs:
3838
build:
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v3
4242
- name: Publish
43-
uses: armory3d/armory_gh_actions@v0.1.13
43+
uses: armory3d/armory_gh_actions@v0.1.15
4444
with:
4545
blend: awesome.blend # Main blend file
4646
publish: html5 # Name of the armory exporter
@@ -52,14 +52,14 @@ jobs:
5252
build:
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/checkout@v2
55+
- uses: actions/checkout@v3
5656
- name: Publish
57-
uses: armory3d/armory_gh_actions@v0.1.13
57+
uses: armory3d/armory_gh_actions@v0.1.15
5858
with:
5959
blend: awesome.blend # Main blend file
6060
publish: linux # Name of the armory exporter
6161
blender: latest/candidate # Blender snap package version
62-
armsdk_ref: 22.01 # Armsdk version
62+
armsdk_ref: 22.09 # Armsdk version
6363
```
6464
6565
### Cache armsdk to speedup builds, print build results
@@ -68,9 +68,9 @@ jobs:
6868
build:
6969
runs-on: ubuntu-latest
7070
env:
71-
armsdk_version: 22.04
71+
armsdk_version: 22.09
7272
steps:
73-
- uses: actions/checkout@v2
73+
- uses: actions/checkout@v3
7474
- name: Cache armsdk
7575
uses: actions/cache@v2
7676
env:
@@ -80,7 +80,7 @@ jobs:
8080
key: armsdk-cache-${{ env.armsdk-cache-version }}
8181
- name: Build
8282
id: awesome
83-
uses: armory3d/armory_gh_actions@v0.1.13
83+
uses: armory3d/armory_gh_actions@v0.1.15
8484
with:
8585
blend: awesome.blend
8686
publish: html5

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ inputs:
1717
blender:
1818
description: "Blender version to use (snap)"
1919
required: false
20-
default: 2.93lts/stable
20+
default: 3.3lts/stable
2121
armsdk_url:
2222
description: "URL of the armsdk repository"
2323
required: false

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "armory_gh_actions",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"description": "Armory3D Environment Setup",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)