Skip to content

Commit 0d1f861

Browse files
committed
Update workflow actions
1 parent 1c59d2e commit 0d1f861

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Build html5
12-
uses: armory3d/armory_gh_actions@v0.1.10
12+
uses: armory3d/armory_gh_actions@v0.1.12
1313
with:
1414
publish: html5
1515
blend: jenga.blend
1616
- name: Deploy html5 to gh-pages
17-
uses: JamesIves/github-pages-deploy-action@4.1.5
17+
uses: JamesIves/github-pages-deploy-action@4.3.0
1818
with:
1919
branch: gh-pages
2020
folder: build_jenga/html5
2121
- name: Buid krom-linux
22-
uses: armory3d/armory_gh_actions@v0.1.10
22+
uses: armory3d/armory_gh_actions@v0.1.12
2323
with:
2424
publish: krom-linux
2525
blend: jenga.blend
@@ -28,4 +28,3 @@ jobs:
2828
with:
2929
name: krom-linux
3030
path: build_jenga/krom-linux
31-

0 commit comments

Comments
 (0)