Skip to content

Commit

Permalink
chore(deps): update dependency godotengine/godot to v4.2.2-stable (#37)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency godotengine/godot to v4.2.2-stable

* ci: improve on statement

* build: adapt import recipe

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: florianvazelle <[email protected]>
  • Loading branch information
renovate[bot] and florianvazelle authored Apr 24, 2024
1 parent 3ff640f commit d7c20ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Godot

GODOT_VERSION=4.2.1-stable
GODOT_VERSION=4.2.2-stable

# Game

Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/release-packaging.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Release Packaging

on:
push:
workflow_dispatch:
# Ensure the build works on main
push:
branches: [main]
tags: ['*']
# Ensure the build works on each pull request
pull_request:

env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
Expand Down Expand Up @@ -120,4 +125,4 @@ jobs:
run: just ci-publish
env:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
5 changes: 1 addition & 4 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,9 @@ godot *ARGS: check-godot check-templates
@install-addons:
[ -f plug.gd ] && just godot --headless --script plug.gd install force || true

# Workaround from https://github.com/godotengine/godot/pull/68461
# Import game resources
@import-resources:
just godot --headless --export-pack null /dev/null
# timeout 60 just godot --editor || true
# just godot --headless --quit --editor
just godot --headless --import

# Open the Godot editor
@editor:
Expand Down

0 comments on commit d7c20ad

Please sign in to comment.