Releases: tauri-apps/tauri-action
Releases · tauri-apps/tauri-action
action v0.5.23
[0.5.23]
5b1138d
(#1099 by @lete114) Added theassetNamePattern
config 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-debug
suffix at the end (before the extension) on all assets.fcedb49
(#1125 by @ChanTsune) Fixed an issue that caused the action to look forx64
artifacts 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: 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
.