Skip to content

Commit

Permalink
set verbose on
Browse files Browse the repository at this point in the history
  • Loading branch information
grymmy committed Dec 6, 2024
1 parent 4ae2dfc commit 55a1b9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# your project is available for Godot to export
- name: checkout
uses: actions/checkout@v4

- name: export game
id: export
# Use latest version (see releases for all versions)
Expand All @@ -29,6 +29,7 @@ jobs:
godot_export_templates_download_url: https://github.com/godotengine/godot-builds/releases/download/4.3-stable/Godot_v4.3-stable_export_templates.tpz
relative_project_path: ./
archive_output: true
verbose: true

# This release action has worked well for me. However, you can most likely use any release action of your choosing.
# https://github.com/ncipollo/release-action
Expand Down

0 comments on commit 55a1b9a

Please sign in to comment.