We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474c8a1 commit c1d989bCopy full SHA for c1d989b
README.md
@@ -57,7 +57,7 @@ jobs:
57
blend: awesome.blend # Main blend file
58
publish: AwesomeGame_linux # Name of the armory exporter preset
59
blender: latest/candidate # Blender snap package version
60
- armsdk: 21.08 # Armsdk version
+ armsdk: 21.11 # Armsdk version
61
```
62
63
Cache armsdk to speedup builds:
@@ -67,7 +67,7 @@ jobs:
67
build:
68
runs-on: ubuntu-latest
69
env:
70
- armsdk_version: 21.08
+ armsdk_version: 21.11
71
steps:
72
- uses: actions/checkout@v2
73
- name: Cache armsdk
0 commit comments