You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# upload-module action
2
2
3
+
> [!NOTE]
4
+
> 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.
5
+
3
6
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).
4
7
5
8
For more information about the parameters, look at:
0 commit comments