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
[0.5.11]
70f5023 (#873 by @FabianLars) Support new RPM file name that was fixed in tauri-cli@2.0.0-beta.21.
action v0.5.10
[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.
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.
[0.5.11]
70f5023 (#873 by @FabianLars) Support new RPM file name that was fixed in tauri-cli@2.0.0-beta.21.
[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.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps tauri-apps/tauri-action from 0.5.9 to 0.5.13.
Release notes
Sourced from tauri-apps/tauri-action's releases.
Changelog
Sourced from tauri-apps/tauri-action's changelog.
Commits
a130ac3
apply version updates (#894)6439e18
fix(deps): update dependency@tauri-apps/cli
to v1.6.1 (#897)b01e264
chore(deps): update eslint monorepo to v9.9.1 (#896)b24c764
fix(deps): update dependency tslib to v2.7.0 (#898)3b72cab
feat: Support for Bun (#893)6f4312f
fix(deps): update dependency execa to v9.3.1 (#887)d8f5a40
chore(deps): update dependency@types/node
to v20.16.1 (#892)e8ac509
chore(deps): update dependency@types/node
to v20.16.0 (#890)eab47bb
chore(deps): update dependency@types/node
to v20.15.0 (#888)756568b
chore(deps): update eslint monorepo to v9.9.0 (#884)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show