Skip to content

Releases: tauri-apps/tauri-action

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]

action v0.5.5

03 Jun 13:28
df8b1de
Compare
Choose a tag to compare

[0.5.5]

  • 10eca12 (#810) The action can now detects Linux bundles with the new naming convention added in tauri cli 2.0.0-beta.19

action v0.5.4

23 May 20:26
a32a76c
Compare
Choose a tag to compare

[0.5.4]

  • ec3a63a(#799) Fixed an issue that caused the action to not detect ARM AppImages.

action v0.5.3

29 Apr 15:11
909e724
Compare
Choose a tag to compare

[0.5.3]

  • 6c3f5cf(#779) Fixed an issue that caused tauri-action to not detect build.target in .cargo/config.toml if the app was part of a cargo workspace.