GitHub action for Windows build fails
According to https://github.com/tauri-apps/tauri-action/issues/240:
Because your project still uses tauri's beta version you need to pin the action to [email protected]
According to https://github.com/tauri-apps/tauri-action/issues/299#issuecomment-1248255944:
Actually this looks like the issue fixed in https://github.com/tauri-apps/tauri-action/pull/227 - Upgrade your tauri-action dependency to v0.3 and it should work.
Hopefully this works. Otherwise, it might be a good incentive for upgrading to Tauri 1.0 :)
Hey, thanks for debugging this. Will try to pin the tauri-action to v0.2 or v0.3 and see if it works out.
Tauri 1.0 is exciting and I'll be looking into it. If its compatible enough, might upgrade to it.