diff --git a/.changes/upload-uses-filestream.md b/.changes/upload-uses-filestream.md deleted file mode 100644 index 52dae219a9..0000000000 --- a/.changes/upload-uses-filestream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: patch ---- - -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c48d9c959..f9d3f18ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.5.12] + +- [`93d570b`](https://www.github.com/tauri-apps/tauri-action/commit/93d570b03af965a5751e2079c1b3d264b451f300) ([#863](https://www.github.com/tauri-apps/tauri-action/pull/863) by [@tobyspark](https://www.github.com/tauri-apps/tauri-action/../../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. + ## \[0.5.11] - [`70f5023`](https://www.github.com/tauri-apps/tauri-action/commit/70f50235fd767d6357440bc26d78fe6a0fe02545) ([#873](https://www.github.com/tauri-apps/tauri-action/pull/873) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) Support new RPM file name that was fixed in tauri-cli@2.0.0-beta.21. diff --git a/package.json b/package.json index 8980ccd8bf..7dbd9030e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tauri-action", - "version": "0.5.11", + "version": "0.5.12", "description": "Tauri GitHub Action", "contributors": [ "Tauri Programme within The Commons Conservancy"