Skip to content

Commit

Permalink
Try to fix android export
Browse files Browse the repository at this point in the history
  • Loading branch information
h4de5 committed Dec 9, 2021
1 parent fb01c2a commit e858854
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/godot-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,12 @@ jobs:
# https://downloads.tuxfamily.org/godotengine/3.4.1/rc1/
relative_project_path: ./godot
archive_single_release_output: false
export_debug: false
# export_debug: false
export_debug: true
archive_export_output: true
generate_release_notes: true
create_release: true
use_preset_export_path: true
# relative_export_path: "build"
# wine_path: ${{ steps.wine_install.outputs.WINE_PATH }}
env:
Expand Down

0 comments on commit e858854

Please sign in to comment.