Skip to content

Releases: tauri-apps/tauri-action

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.

action v0.5.13

02 Sep 10:22
a130ac3
Compare
Choose a tag to compare

[0.5.13]

action v0.5.12

01 Aug 19:53
9ec12e0
Compare
Choose a tag to compare

[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

29 Jul 12:43
f290eb8
Compare
Choose a tag to compare

[0.5.11]

action v0.5.10

25 Jul 11:09
05d4492
Compare
Choose a tag to compare

[0.5.10]

  • f876b0d (#861 by @vdemcak) Fixed an issue that caused the action to not generate latest.json due to a desync between GitHub artifacts and local variables. This was caused by incorrect normalization of artifact file names, specifically not accounting for removing special characters.

action v0.5.9

03 Jul 12:53
41242bd
Compare
Choose a tag to compare

[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.

action v0.5.8

02 Jul 11:25
1974630
Compare
Choose a tag to compare

[0.5.8]

  • 621de48 (#845 by @Legend-Master) Fix can't find updater file name with spaces in them and can't pick up unzipped updater signatures

action v0.5.7

01 Jul 11:31
50c30bd
Compare
Choose a tag to compare

[0.5.7]

  • f8044a1 (#837 by @FabianLars) Fixed an issue that caused the action to be unable to pick up the app bundles if the productName contained any of these characters: ()[]{}.
  • edd3869 (#766 by @Legend-Master) Support non zipped updater for Windows and Linux

action v0.5.6

11 Jun 09:36
b1dc93b
Compare
Choose a tag to compare

[0.5.6]