-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|