Skip to content

Commit

Permalink
Update to Godot 4.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ywmaa committed Mar 1, 2023
1 parent aaf6c28 commit 96fd2e4
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 54 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dispatch-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
id: export
uses: firebelley/godot-export@master
with:
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0/rc6/Godot_v4.0-rc6_linux.x86_64.zip
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0/rc6/Godot_v4.0-rc6_export_templates.tpz
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0/Godot_v4.0-stable_linux.x86_64.zip
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0/Godot_v4.0-stable_export_templates.tpz
relative_project_path: ./ # build the standard project
relative_export_path: ./my/build/destination # move export output to this directory relative to git root
archive_output: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
id: export
uses: firebelley/godot-export@master
with:
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0/rc6/Godot_v4.0-rc6_linux.x86_64.zip
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0/rc6/Godot_v4.0-rc6_export_templates.tpz
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0/Godot_v4.0-stable_linux.x86_64.zip
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0/Godot_v4.0-stable_export_templates.tpz
relative_project_path: ./ # build the standard project
relative_export_path: ./build # move export output to this directory relative to git root
archive_output: true
Expand Down
Loading

0 comments on commit 96fd2e4

Please sign in to comment.