From f5361e5a63e93eb1e3d2b4d5173f0a2ee5659773 Mon Sep 17 00:00:00 2001 From: abe-winter Date: Tue, 23 Apr 2024 14:35:02 -0400 Subject: [PATCH] APP-3963 add pointer to build action --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2d13f8e..baf7515 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # upload-module action +> [!NOTE] +> The recommended action for Viam module CI is [viamrobotics/build-action](https://github.com/viamrobotics/build-action), which runs cross-platform builds in environments which we manage. Use this upload-module action if you are managing your own build and you want the action to just upload. + This action uploads your module to the Viam modular registry. By default it runs both `update` (set your metadata) and `upload` (upload the module), but you can disable either step with configuration (see action.yml). For more information about the parameters, look at: