@@ -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
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
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 :
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
0 commit comments