Skip to content

Commit

Permalink
Fix GitHub Actions release workflow.
Browse files Browse the repository at this point in the history
- Update Godot engine download URL's.
  • Loading branch information
knightofiam committed Feb 19, 2025
1 parent 5f13fa0 commit 1bec0a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/export-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
id: export
uses: firebelley/godot-export@master
with:
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.3/mono/Godot_v4.3-stable_mono_linux_x86_64.zip
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.3/mono/Godot_v4.3-stable_mono_export_templates.tpz
godot_executable_download_url: https://github.com/godotengine/godot/releases/download/4.3-stable/Godot_v4.3-stable_mono_linux_x86_64.zip
godot_export_templates_download_url: https://github.com/godotengine/godot/releases/download/4.3-stable/Godot_v4.3-stable_mono_export_templates.tpz
relative_project_path: ./
relative_export_path: ./my/build/destination
archive_output: true
Expand Down

0 comments on commit 1bec0a1

Please sign in to comment.