You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I (think I) tried everything but it just cannot find my export_presets.cfg file.
Run firebelley/godot-export@29965918cc35b77c465839035775e0e12dc87029
with:
godot_executable_download_url: https://github.com/godotengine/godot/releases/download/4.[3](https://github.com/Wojtuz/KretControlApp/actions/runs/12507948906/job/34895321973#step:3:3)-stable/Godot_v4.3-stable_mono_linux_x86_6[4](https://github.com/Wojtuz/KretControlApp/actions/runs/12507948906/job/34895321973#step:3:4).zip
godot_export_templates_download_url: https://github.com/godotengine/godot-builds/releases/download/4.3-stable/Godot_v4.3-stable_mono_export_templates.tpz
relative_project_path: ./Builds
use_preset_export_path: true
archive_output: false
archive_root_folder: false
cache: false
export_debug: false
verbose: false
use_godot_3: false
export_as_pack: false
env:
GITHUB_TOKEN: ***
Error: No export_presets.cfg found. Please ensure you have defined at least one export via the Godot editor.
Error: No valid export presets found, exiting.
name: pusher
on: push
jobs:
GodotExport:
name: Export App
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Godot Export
# You may pin to the exact commit or the version.
uses: firebelley/godot-export@29965918cc35b77c465839035775e0e12dc87029
#uses: firebelley/[email protected]
with:
# The download url of the Linux Headless Godot executable.
godot_executable_download_url: https://github.com/godotengine/godot/releases/download/4.3-stable/Godot_v4.3-stable_mono_linux_x86_64.zip
# The url of the export templates corresponding to the Godot executable version.
godot_export_templates_download_url: https://github.com/godotengine/godot-builds/releases/download/4.3-stable/Godot_v4.3-stable_mono_export_templates.tpz
# The path relative to the root of the git repository that contains the "project.godot" file.
relative_project_path: ./Builds
# If set to true, exports will be moved to directory defined in "export_presets.cfg" relative to "relative_project_path". Prioritized over "relative_export_path".
use_preset_export_path: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
My export_presets.cfg has not been moved.
What am I doing something wrong?
The text was updated successfully, but these errors were encountered:
I (think I) tried everything but it just cannot find my export_presets.cfg file.
My export_presets.cfg has not been moved.
What am I doing something wrong?
The text was updated successfully, but these errors were encountered: