Skip to content

Commit

Permalink
Update to godot 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
h4de5 authored Jul 24, 2024
1 parent cabf168 commit a913c03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/godot-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@ jobs:
- name: export godot
# Use latest version (see releases for all versions)
uses: firebelley/[email protected].0
uses: firebelley/[email protected].1
with:
# Base version. Patch versions are incremented when this action runs.
# base_version: 0.0.1
# base_version: ${{ steps.tag_version.outputs.TAG_VERSION}}
# Defining all the required inputs
# I used the latest version of Godot in this example
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.1/Godot_v4.1-stable_linux.x86_64.zip
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.1/Godot_v4.1-stable_export_templates.tpz
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.2.2/Godot_v4.2.2-stable_linux.x86_64.zip
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.2.2/Godot_v4.2.2-stable_export_templates.tpz
# https://downloads.tuxfamily.org/godotengine/3.4.1/rc1/
relative_project_path: ./godot
cache: true
Expand Down

0 comments on commit a913c03

Please sign in to comment.