Skip to content

Commit

Permalink
Fix export bug, VI.
Browse files Browse the repository at this point in the history
- Add missing relative project path for godot export action.
- Remove superfluous newline at end of export.yml
  • Loading branch information
knightofiam committed Apr 12, 2021
1 parent c7de453 commit 8e3b103
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/${{env.GODOT_MONO_URL_VERSION}}/mono/Godot_v${{env.GODOT_MONO_FILE_VERSION}}_mono_linux_headless_64.zip
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/${{env.GODOT_MONO_URL_VERSION}}/mono/Godot_v${{env.GODOT_MONO_FILE_VERSION}}_mono_export_templates.tpz
relative_project_path: ./
archive_export_output: true
create_release: false
base_version: 0.0.1
base_version: 0.0.1

0 comments on commit 8e3b103

Please sign in to comment.