Releases: tauri-apps/tauri-action
Releases · tauri-apps/tauri-action
action v0.5.15
[0.5.15]
f575715
(#929 by @FabianLars) The action will now try to check for the tauri version before installing the tauri cli fallback (if no tauri cli was found) instead of always installing the latest stable version.
action v0.5.14
[0.5.14]
9387d95
(#908 by @FabianLars) The action will now only use the signature file for unzipped bundles ifcreateUpdaterArtifacts
in tauri.conf.json is set totrue
.
action v0.5.13
[0.5.13]
3b72cab
(#893 by @Muska-Ami) Use Bun for the build when thebun.locb
file is found.
action v0.5.12
[0.5.12]
93d570b
(#863 by @tobyspark) Reduces memory consumption when uploading successfully built releases, by passing a file stream object rather than reading the entire file into a buffer and then passing that. Empirically, this has stopped the action from failing on GitHub's Windows runners, with apps approaching 2GB in size.
action v0.5.11
[0.5.11]
70f5023
(#873 by @FabianLars) Support new RPM file name that was fixed in tauri-cli@2.0.0-beta.21.
action v0.5.10
action v0.5.9
[0.5.9]
ff07d2a
(#849 by @FabianLars) Fixed an issue that caused the action to fail to upload some assets to existing releases if the workflow built the app for many architectures and debug + release mode.
action v0.5.8
[0.5.8]
621de48
(#845 by @Legend-Master) Fix can't find updater file name with spaces in them and can't pick up unzipped updater signatures
action v0.5.7
[0.5.7]
f8044a1
(#837 by @FabianLars) Fixed an issue that caused the action to be unable to pick up the app bundles if theproductName
contained any of these characters:()[]{}
.edd3869
(#766 by @Legend-Master) Support non zipped updater for Windows and Linux