tauri-action

Build your Web application as a Tauri binary for macOS, Linux and Windows

MIT License

Downloads
25
Stars
707
Committers
46

Bot releases are visible (Hide)

tauri-action - action v0.5.15

Published by github-actions[bot] 17 days ago

[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.
tauri-action - action v0.5.14 Latest Release

Published by github-actions[bot] about 1 month ago

[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.
tauri-action - action v0.5.13

Published by github-actions[bot] about 2 months ago

[0.5.13]

tauri-action - action v0.5.12

Published by github-actions[bot] 3 months ago

[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.
tauri-action - action v0.5.11

Published by github-actions[bot] 3 months ago

[0.5.11]

tauri-action - action v0.5.10

Published by github-actions[bot] 3 months ago

[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.
tauri-action - action v0.5.9

Published by github-actions[bot] 4 months ago

[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.
tauri-action - action v0.5.8

Published by github-actions[bot] 4 months ago

[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
tauri-action - action v0.5.7

Published by github-actions[bot] 4 months ago

[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
tauri-action - action v0.5.6

Published by github-actions[bot] 4 months ago

[0.5.6]

tauri-action - action v0.5.5

Published by github-actions[bot] 5 months ago

[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
tauri-action - action v0.5.4

Published by github-actions[bot] 5 months ago

[0.5.4]

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

Published by github-actions[bot] 6 months ago

[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.
tauri-action - action v0.5.2

Published by github-actions[bot] 6 months ago

[0.5.2]

  • 14e3c6c(#776) Fixed an issue causing x86_64 artifacts to be handled as aarch64 on GitHub's new M1 runners.
tauri-action - action v0.5.1

Published by github-actions[bot] 8 months ago

[0.5.1]

  • f2abe36(#711) tauri-action can now successfully build binaries even if they don't have any artifacts (bundle.active: false)
  • f1b5af3(#724) The action now correctly ignores the [build.target] value in .cargo/config.toml if the --target arg is set.
  • 901a25d(#713) Fixed an issue that caused the action to not merge user and platform configs into the base tauri config correctly.
tauri-action - action v0.5.0

Published by github-actions[bot] 8 months ago

[0.5.0]

  • d618a42(#645) The action added appVersion parameter to facilitate easy access to the current application version in action output.
  • cb393bf(#611) Breaking: The action no longer supports vue-cli-plugin-tauri since it was deprecated like vue-cli itself. Please migrate to @tauri-apps/cli.
  • b87a544(#626) The action now correctly handles glob patterns in the workspace.members config (example: members = ["bin/*"]).
  • 0ae6017(#684) The action now correctly handles the wix version after the build of the app in case the version includes a + or - character.
  • b862ca0(#602) Breaking: The action no longer tries to read a package.json file for the app name and version when initializing a tauri app. Use the appName and appVersion input arguments or the --config flag.
  • 1fb5053(#657) The action now always packages the macOS .app bundle into a .tar.gz archive even if the action is not configured to upload anything.
  • 27089ad(#659) The action now reads build.target from .cargo/config toml to get the correct target directory.
  • 37e9ece(#651) Add support for RPM bundle artifacts, introduced in [email protected]
  • 81921ba(#702) Add support for Tauri's new config structure introduced in 2.0.0-beta.0.
tauri-action - action v0.4.5

Published by github-actions[bot] 12 months ago

[0.4.5]

  • 2b7cd25(#598) Fix path resolution for build.target-dir if the .cargo folder is not in the current working dir.
tauri-action - action v0.4.4

Published by github-actions[bot] 12 months ago

[0.4.4]

  • 9df5eca Fixed an issue where the distPath config was not applied after initializing the tauri project.
  • d9623e3(#556) Fixes the artifacts search path when a custom --profile is used.
  • 802a179(#594) If the action initializes the tauri project it will now clear the beforeBuildCommand to fix a panic when there was no build npm command available.
  • d00117a(#558) Fixed an issue reading the app version if it relied on cargo's workspace inheritance feature.
tauri-action - action v0.4.3

Published by github-actions[bot] about 1 year ago

[0.4.3]

  • c87af54(#502) While looking for the tauri directory the action will now respect all gitignore files and not just the one in the root dir.
  • 8e6f88e(#499) The action now prefers release builds for the latest.json file if both, release and debug releases are enabled.
  • 36a1260(#490) Correctly detect self-hosted macOS-arm64 runners.
  • 8d5274b(#477) Read config after tauri init command and without hardcoding the tauri.conf.json path, fixes action failures without error messages on repos without an existing Tauri project.
  • c87af54(#502) While looking for the tauri directory the action will now consistently prefer files further up in the directory levels.
  • a21f29a(#516) Fix detection of windows arm64 bundles.
tauri-action - action v0.4.2

Published by github-actions[bot] over 1 year ago

[0.4.2]

  • 2eff2b4(#469) Fix incorrect querying of remote repos to prevent duplicate draft releases. This was only an issue if the owner and repo configs added in v0.4.1 were set to a different repository than the one the action runs in and if draftRelease was set to true.