apply version updates (#1108)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-25 14:26:32 +02:00
committed by GitHub
parent eb4cfaf263
commit e834788a94
5 changed files with 8 additions and 13 deletions

View File

@@ -1,6 +0,0 @@
---
action: patch
---
Added the `assetNamePattern` config that allows setting a template specifying how uploaded assets will be named in the release.
**BREAKING CHANGE:** The default naming scheme will now have the `-debug` suffix at the end (before the extension) on all assets.

View File

@@ -1,5 +0,0 @@
---
action: patch
---
Fixed an issue that caused the action to look for `x64` artifacts on native ARM runners.

View File

@@ -1,5 +1,11 @@
# Changelog
## \[0.5.23]
- [`5b1138d`](https://www.github.com/tauri-apps/tauri-action/commit/5b1138d93ce221ac6bfd4f0decb41b6d87963ff4) ([#1099](https://www.github.com/tauri-apps/tauri-action/pull/1099) by [@lete114](https://www.github.com/tauri-apps/tauri-action/../../lete114)) Added the `assetNamePattern` config that allows setting a template specifying how uploaded assets will be named in the release.
**BREAKING CHANGE:** The default naming scheme will now have the `-debug` suffix at the end (before the extension) on all assets.
- [`fcedb49`](https://www.github.com/tauri-apps/tauri-action/commit/fcedb49796d1ab97cc5f07e8ddabcdf937b38344) ([#1125](https://www.github.com/tauri-apps/tauri-action/pull/1125) by [@ChanTsune](https://www.github.com/tauri-apps/tauri-action/../../ChanTsune)) Fixed an issue that caused the action to look for `x64` artifacts on native ARM runners.
## \[0.5.22]
- [`be57b0c`](https://www.github.com/tauri-apps/tauri-action/commit/be57b0cca9e9ee2c15112c583ddb34e32157cc6a) ([#1100](https://www.github.com/tauri-apps/tauri-action/pull/1100) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) Fixed an issue that caused the action to upload only the first artifact it found.

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{
"name": "tauri-action",
"version": "0.5.22",
"version": "0.5.23",
"description": "Tauri GitHub Action",
"contributors": [
"Tauri Programme within The Commons Conservancy"