Skip to content

Commit 5c29cd6

Browse files
committed
Update README
1 parent 5672adb commit 5c29cd6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See [action.yml](action.yml)
1515
| `publish` | Publish exporter name | No | The active [armory exporter](.github/exporter-presets.png) |
1616
| `blender` | Blender version ([snap](https://snapcraft.io/blender)) | No | `2.93lts/stable` |
1717
| `armsdk_url` | URL of to the armsdk repository | No | `https://github.com/armory3d/armsdk`
18-
| `armsdk_ref` | Named branch, tag, or SHA of the armsdk repository | No | `master`
18+
| `armsdk_ref` | Named branch, tag, or SHA of the armsdk repository | No | `main`
1919

2020
Either `build` or `publish` must be given the name of an *exporter* preset defined in [`Render Properties - Armory Exporter`](exporter-presets.png). It can have any name, but is most likely named after the build target.
2121

@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v2
4242
- name: Publish
43-
uses: armory3d/armory_gh_actions@v0.1.12
43+
uses: armory3d/armory_gh_actions@v0.1.13
4444
with:
4545
blend: awesome.blend # Main blend file
4646
publish: html5 # Name of the armory exporter
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v2
5656
- name: Publish
57-
uses: armory3d/armory_gh_actions@v0.1.12
57+
uses: armory3d/armory_gh_actions@v0.1.13
5858
with:
5959
blend: awesome.blend # Main blend file
6060
publish: linux # Name of the armory exporter
@@ -68,7 +68,7 @@ jobs:
6868
build:
6969
runs-on: ubuntu-latest
7070
env:
71-
armsdk_version: 22.01
71+
armsdk_version: 22.04
7272
steps:
7373
- uses: actions/checkout@v2
7474
- name: Cache armsdk
@@ -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.12
83+
uses: armory3d/armory_gh_actions@v0.1.13
8484
with:
8585
blend: awesome.blend
8686
publish: html5

0 commit comments

Comments
 (0)