tauri-action icon indicating copy to clipboard operation
tauri-action copied to clipboard

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

Results 77 tauri-action issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/tauri-apps/tauri-action). ## Config Migration Needed - [ ]...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | [`16.11.39` -> `16.11.49`](https://renovatebot.com/diffs/npm/@types%2fnode/16.11.39/16.11.49) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.11.49/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rollup](https://rollupjs.org/) ([source](https://togithub.com/rollup/rollup)) | [`2.75.1` -> `2.78.0`](https://renovatebot.com/diffs/npm/rollup/2.75.1/2.78.0) |...

# Version Updates Merging this PR will release new versions of the following packages based on your change files. # @tauri-apps/action-core ## [0.3.2] - Replace `_` and `.` with `-`...

version updates

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@actions/core](https://togithub.com/actions/toolkit) | [`1.8.2` -> `1.9.1`](https://renovatebot.com/diffs/npm/@actions%2fcore/1.8.2/1.9.1) | [![age](https://badges.renovateapi.com/packages/npm/@actions%2fcore/1.9.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`4.7.3` -> `4.7.4`](https://renovatebot.com/diffs/npm/typescript/4.7.3/4.7.4) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rollup/plugin-typescript](https://togithub.com/rollup/plugins) | [`8.3.2` -> `8.3.4`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-typescript/8.3.2/8.3.4) | [![age](https://badges.renovateapi.com/packages/npm/@rollup%2fplugin-typescript/8.3.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Building two .msi packages. One for Windows 11 & one for Windows 10, due to this when we go to publish the action creates a race condition and only uploads...

type: feature request
good first issue

```yaml - name: install app dependencies and build it run: yarn && yarn build - uses: tauri-apps/tauri-action@dev with: tauriScript: yarn tauri build --target ${{ matrix.target }} ``` produces this ```rust...