Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into tobyspark/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Aug 1, 2024
2 parents d49ade4 + f290eb8 commit ab18c1d
Show file tree
Hide file tree
Showing 8 changed files with 117 additions and 104 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## \[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.

## \[0.5.10]

- [`f876b0d`](https://www.github.com/tauri-apps/tauri-action/commit/f876b0d6a0b9306a8030e98b0b9dda2fb231059e) ([#861](https://www.github.com/tauri-apps/tauri-action/pull/861) by [@vdemcak](https://www.github.com/tauri-apps/tauri-action/../../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.

## \[0.5.9]

- [`ff07d2a`](https://www.github.com/tauri-apps/tauri-action/commit/ff07d2a6ce69514dddf7cde3ba0b866dad1e07e0) ([#849](https://www.github.com/tauri-apps/tauri-action/pull/849) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../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.
Expand Down
20 changes: 10 additions & 10 deletions dist/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/test-build-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ jobs:
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: ${{ matrix.args }}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tauri-action",
"version": "0.5.9",
"version": "0.5.11",
"description": "Tauri GitHub Action",
"contributors": [
"Tauri Programme within The Commons Conservancy"
Expand Down Expand Up @@ -34,10 +34,10 @@
},
"devDependencies": {
"@eslint/js": "^9.3.0",
"@types/node": "20.14.11",
"@types/node": "20.14.13",
"@vercel/ncc": "0.38.1",
"covector": "0.12.2",
"eslint": "9.7.0",
"covector": "0.12.3",
"eslint": "9.8.0",
"eslint-config-prettier": "9.1.0",
"prettier": "3.3.3",
"typescript": "5.5.4",
Expand Down
Loading

0 comments on commit ab18c1d

Please sign in to comment.