-
Notifications
You must be signed in to change notification settings - Fork 154
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
Tauri 2 beta build error #803
Comments
This means that the action can't find a tauri cli in your repo root. In this case it will install the latest stable version which is incompatible with v2 beta. Can you try setting projectPath on the tauri-action step to the path to the folder that contains the package.json file that installs the tauri cli? If you're using the cargo based cli (which I don't think you do because it's not being installed in your workflow) you'll have to set |
p.s. if that doesn't help, please share a repo that contains this problem (either your actual repo or a minimal reproduction) so we can take a look |
Now it woks, but when I added the tauri updater plugin, it stopped working. Here's run -> https://github.com/Delfi1/InkSky/actions/runs/9305030269/job/25611003409 |
That link is 404 for me (and the repo empty). I assume the run failed because of a misconfiguration due to our lack of docs for v2. |
I decided to recreate the repository. I still get this error. https://github.com/Delfi1/InkSky/actions/runs/9314605180/job/25639111406 |
This error:
|
.yml file:
Error:
The text was updated successfully, but these errors were encountered: