Skip to content

Releases: tauri-apps/tauri-action

action v0.5.23

25 Aug 12:37
e834788
Compare
Choose a tag to compare

[0.5.23]

  • 5b1138d (#1099 by @lete114) Added the assetNamePattern 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 for x64 artifacts on native ARM runners.

action v0.5.22

29 Jun 03:36
564aea5
Compare
Choose a tag to compare

[0.5.22]

action v0.5.21

28 Jun 15:40
8c94c89
Compare
Choose a tag to compare

[0.5.21]

action v0.5.20

02 Mar 11:43
42e9df6
Compare
Choose a tag to compare

[0.5.20]

action v0.5.19

25 Jan 12:33
94571df
Compare
Choose a tag to compare

[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

19 Dec 13:14
6a45448
Compare
Choose a tag to compare

action v0.5.17

10 Dec 21:12
2a8db2c
Compare
Choose a tag to compare

[0.5.17]

action v0.5.16

03 Dec 11:07
ecd2eff
Compare
Choose a tag to compare

[0.5.16]

  • acdef25 (#949 by @FabianLars) The action will now set TAURI_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 setting TAURI_BUNDLER_DMG_IGNORE_CI: false yourself.

action v0.5.15

02 Oct 14:34
8c3e075
Compare
Choose a tag to compare

[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

11 Sep 09:59
4ec5841
Compare
Choose a tag to compare

[0.5.14]

  • 9387d95 (#908 by @FabianLars) The action will now only use the signature file for unzipped bundles if createUpdaterArtifacts in tauri.conf.json is set to true.