Skip to content

Commit

Permalink
Merge pull request #130 from Haidra-Org/exportfix
Browse files Browse the repository at this point in the history
fix: Project export workflow
  • Loading branch information
db0 authored May 25, 2024
2 parents d166dde + db9ecc4 commit 4a176e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
- name: "🤖 Export game"
id: export
if: ${{ steps.release.outputs.version != '' }}
uses: firebelley/godot-export@v4.2.0
uses: firebelley/godot-export@v5.2
with:
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/3.5/Godot_v3.5-stable_linux_headless.64.zip
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/3.5/Godot_v3.5-stable_export_templates.tpz
godot_executable_download_url: https://github.com/godotengine/godot/releases/download/3.5.3-stable/Godot_v3.5.3-stable_linux_headless.64.zip
godot_export_templates_download_url: https://github.com/godotengine/godot/releases/download/3.5.3-stable/Godot_v3.5.3-stable_export_templates.tpz
relative_project_path: ./
base_version: "${{ steps.release.outputs.version }}"
create_release: false
Expand Down

0 comments on commit 4a176e4

Please sign in to comment.