Skip to content

Releases: tauri-apps/tauri-action

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.

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.