Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to find a cfg file #139

Open
Wojtuz opened this issue Dec 26, 2024 · 0 comments
Open

Unable to find a cfg file #139

Wojtuz opened this issue Dec 26, 2024 · 0 comments

Comments

@Wojtuz
Copy link

Wojtuz commented Dec 26, 2024

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}}
          

image
My export_presets.cfg has not been moved.

What am I doing something wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant