Releases: tauri-apps/tauri-action
Releases · tauri-apps/tauri-action
action v0.5.24
[0.5.24]
c5d6ac7(#1152 by @FabianLars) Thelatest.jsonfile now contains{os}-{arch}-{installer}keys as well to support multiple installer formats per platform. This requirestauri-plugin-updaterversion2.10.0or above.0085932(#1141 by @jarjk) Added option to upload the app's binary alongside installers.
action v0.5.23
[0.5.23]
5b1138d(#1099 by @lete114) Added theassetNamePatternconfig that allows setting a template specifying how uploaded assets will be named in the release.
BREAKING CHANGE: The default naming scheme will now have the-debugsuffix at the end (before the extension) on all assets.fcedb49(#1125 by @ChanTsune) Fixed an issue that caused the action to look forx64artifacts on native ARM runners.
action v0.5.22
[0.5.22]
be57b0c(#1100 by @FabianLars) Fixed an issue that caused the action to upload only the first artifact it found.
action v0.5.21
action v0.5.20
[0.5.20]
563aed7(#1031 by @Muska-Ami) Add support for Bun's text-based lockfile.
action v0.5.19
[0.5.19]
fd1ea0d(#1009 by @FabianLars) Fixed an issue that made the action fail to find .msi packages for tauri v2 apps with numeric build numbers (1.0.0-0).
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: trueby 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: falseyourself.
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.