Releases: tauri-apps/tauri-action
Releases · tauri-apps/tauri-action
action v0.5.18
action v0.5.17
action v0.5.16
[0.5.16]
acdef25
(#949 by @FabianLars) The action will now setTAURI_BUNDLER_DMG_IGNORE_CI: true
by default on tauri cli versions 2.2.0 and above. See #740 for context. This can be disabled by explicitly settingTAURI_BUNDLER_DMG_IGNORE_CI: false
yourself.
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.