Skip to content

Releases: tauri-apps/tauri-action

action v0.5.24

26 Oct 11:42
3b50ac4

Choose a tag to compare

[0.5.24]

  • c5d6ac7 (#1152 by @FabianLars) The latest.json file now contains {os}-{arch}-{installer} keys as well to support multiple installer formats per platform. This requires tauri-plugin-updater version 2.10.0 or above.
  • 0085932 (#1141 by @jarjk) Added option to upload the app's binary alongside installers.

action v0.5.23

25 Aug 12:37
e834788

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

Choose a tag to compare

[0.5.22]

action v0.5.21

28 Jun 15:40
8c94c89

Choose a tag to compare

[0.5.21]

action v0.5.20

02 Mar 11:43
42e9df6

Choose a tag to compare

[0.5.20]

action v0.5.19

25 Jan 12:33
94571df

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

Choose a tag to compare

action v0.5.17

10 Dec 21:12
2a8db2c

Choose a tag to compare

[0.5.17]

action v0.5.16

03 Dec 11:07
ecd2eff

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

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.