Skip to content

Commit 43b5193

Browse files
committed
Update workflow packages
1 parent 9f32f9e commit 43b5193

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Build html5
12-
uses: armory3d/armory_gh_actions@v0.1.12
12+
uses: armory3d/armory_gh_actions@v0.1.13
1313
with:
1414
publish: html5
1515
blend: jenga.blend
@@ -19,7 +19,7 @@ jobs:
1919
branch: gh-pages
2020
folder: build_jenga/html5
2121
- name: Buid krom-linux
22-
uses: armory3d/armory_gh_actions@v0.1.12
22+
uses: armory3d/armory_gh_actions@v0.1.13
2323
with:
2424
publish: krom-linux
2525
blend: jenga.blend

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- name: Html5
1313
id: html5
14-
uses: armory3d/armory_gh_actions@v0.1.10
14+
uses: armory3d/armory_gh_actions@v0.1.13
1515
with:
1616
build: html5
1717
blend: jenga.blend
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- name: Krom
2424
id: krom
25-
uses: armory3d/armory_gh_actions@v0.1.10
25+
uses: armory3d/armory_gh_actions@v0.1.13
2626
with:
2727
build: krom-linux
2828
blend: jenga.blend
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v2
3434
- name: Linux
3535
id: linux
36-
uses: armory3d/armory_gh_actions@v0.1.10
36+
uses: armory3d/armory_gh_actions@v0.1.13
3737
with:
3838
build: linux-hl
3939
blend: jenga.blend

0 commit comments

Comments
 (0)