From fc9c5be59325d2758abeec2974fb992e4f5bde2b Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Tue, 10 May 2022 21:08:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d291465..1830c37 100644 --- a/README.md +++ b/README.md @@ -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).