Skip to content

Commit

Permalink
Use Defold 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dri-richard authored Nov 27, 2023
1 parent 6ba986f commit c34fd49
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/bob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

env:
VERSION_FILENAME: 'info.json'
DEFOLD_VERSION: '57b34efdf44a922acc6f21d285b207029b53927d'
BUILD_SERVER: 'https://build.defold.com'

jobs:
Expand All @@ -22,12 +22,6 @@ jobs:
with:
java-version: '17'

- name: Get Defold version
run: |
TMPVAR=`curl -s http://d.defold.com/stable/${{env.VERSION_FILENAME}} | jq -r '.sha1'`
echo "DEFOLD_VERSION=${TMPVAR}" >> $GITHUB_ENV
echo "Found version ${TMPVAR}"
- name: Download bob.jar
run: |
wget -q http://d.defold.com/archive/stable/${{env.DEFOLD_VERSION}}/bob/bob.jar
Expand Down

0 comments on commit c34fd49

Please sign in to comment.