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

Action fails to take into account multiple config files when loading the app name #346

Closed
jpatters opened this issue Dec 15, 2022 · 0 comments

Comments

@jpatters
Copy link

tauri.conf.json is hardcoded in core/index.ts -> getInfo()

I have configuration overrides for development and rc builds that have a different productName in the tauri configuration file. Tauri correctly builds the assets when passed the overrides via the --config flag. However, this action does not. It falls back to the value in Cargo.toml.

This causes the action to fail with No artifacts were found as the file names do not match.

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