Update README.md

This commit is contained in:
Jonas Kruckenberg 2022-05-10 21:08:05 +02:00
parent 2032c6a428
commit fc9c5be593
No known key found for this signature in database
GPG Key ID: 21AD3B3C266BDE3D

View File

@ -7,6 +7,8 @@ A composable action to build your Tauri project.
As opposed to the offical [tauri-action](https://github.com/tauri-apps/tauri-action) this action is as minimal as possible.
Instead of creating a GitHub release and uploading artifacts all-in-one, it provides outputs to conveniently compose together with other actions such as `actions/upload-artifact`, `actions/download-artifact` or `softprops/action-gh-release`.
This action needs both Node.JS and Cargo to be already setup.
### Minimal
The following example workflow builds artifacts on all 3 supported platforms (Window, macOS and Linux).