Skip to content

Commit

Permalink
Update CI for Defold 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aglitchman authored Sep 2, 2023
1 parent db208a7 commit 0755ec0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Java ♨️
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: "adopt"
java-version: "11"
distribution: "temurin"
java-version: "17"

- name: Build 🔧
env:
Expand All @@ -38,7 +38,7 @@ jobs:
java -jar build/bundle/bob.jar --email a@b.com --auth 123 --texture-compression true --bundle-output build/bundle/js-web --platform js-web --archive --variant release resolve build bundle
- name: Deploy to Pages 🚀
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build/bundle/js-web/hyper_trails

0 comments on commit 0755ec0

Please sign in to comment.