Skip to content

Commit

Permalink
Merge pull request #13 from tong/gh-workflows-update
Browse files Browse the repository at this point in the history
Gh workflows update
  • Loading branch information
luboslenco authored Sep 21, 2021
2 parents fd62f55 + d83ff0e commit 68bcf84
Show file tree
Hide file tree
Showing 17 changed files with 178 additions and 177 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/archery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: html5
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: html5
- name: Deploy gh-pages
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: ${{ github.workflow }}/build_${{ github.workflow }}/html5
Expand All @@ -27,53 +27,53 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: krom-linux
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: krom-linux
linux-hl:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: linux-hl
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: linux-hl
android-hl:
android:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: android-hl
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: android-hl
windows-hl:
windows:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: windows-hl
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: windows-hl
macos-hl:
macos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: macos-hl
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: macos-hl
ios-hl:
ios:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: ios-hl
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: ios-hl

40 changes: 20 additions & 20 deletions .github/workflows/first_person.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: html5
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: html5
- name: Deploy gh-pages
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: ${{ github.workflow }}/build_${{ github.workflow }}/html5
Expand All @@ -27,53 +27,53 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: krom-linux
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: krom-linux
linux-hl:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: linux-hl
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: linux-hl
android-hl:
android:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: android-hl
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: android-hl
windows-hl:
windows:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: windows-hl
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: windows-hl
macos-hl:
macos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: macos-hl
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: macos-hl
ios-hl:
ios:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: ios-hl
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: ios-hl

40 changes: 20 additions & 20 deletions .github/workflows/platformer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: html5
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: html5
- name: Deploy gh-pages
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: ${{ github.workflow }}/build_${{ github.workflow }}/html5
Expand All @@ -27,53 +27,53 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: krom-linux
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: krom-linux
linux-hl:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: linux-hl
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: linux-hl
android-hl:
android:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: android-hl
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: android-hl
windows-hl:
windows:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: windows-hl
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: windows-hl
macos-hl:
macos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: macos-hl
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: macos-hl
ios-hl:
ios:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: ios-hl
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: ios-hl

40 changes: 20 additions & 20 deletions .github/workflows/race_track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: html5
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: html5
- name: Deploy gh-pages
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: ${{ github.workflow }}/build_${{ github.workflow }}/html5
Expand All @@ -27,53 +27,53 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: krom-linux
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: krom-linux
linux-hl:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: linux-hl
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: linux-hl
android-hl:
android:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: android-hl
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: android-hl
windows-hl:
windows:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: windows-hl
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: windows-hl
macos-hl:
macos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: macos-hl
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: macos-hl
ios-hl:
ios:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: tong/armory_gh_actions@v0.0.32
uses: tong/armory_gh_actions@v0.1.10
with:
publish: ios-hl
blend: ${{ github.workflow }}/${{ github.workflow }}.blend
exporter: ios-hl

Loading

0 comments on commit 68bcf84

Please sign in to comment.