Why is latest.json not generated sometimes? #10804
Replies: 1 comment 1 reply
-
Do you have the logs of the "failed" runs? Maybe also use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the tauri action to build and generate prod build for a Tauri v2 app.
Sometimes the latest.json isn't generated, and sometimes it does, not sure what I did wrong or what I've changed to cause that.
When
latest.json
isn't generated, the.sig
files are also not generated.I do have
tauri-plugin-updater = "2.0.0-rc"
installed, andcreateUpdaterArtifacts
enabled intauri.conf.json
Beta Was this translation helpful? Give feedback.
All reactions