From 8c602b591edf5ebc32382a31fc4afc15a2291f8e Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Thu, 26 Sep 2024 04:26:37 +0000 Subject: [PATCH] docs: updated "Usage" section of the README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba1de3e..d07f790 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,13 @@ Followings items are required before publishing an add-on: `{xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxx}`. - `jwt-issuer`: (required) your jwt issuer. - `jwt-secret`: (required) your jwt secret. -- `xpi-path`: (required) path to the xpi (zip) file of your add-on generated in the previous - workflow steps; must be end with one of `.zip`, `.xpi`, or `.crx`. +- `xpi-path`: (required) path (or a glob pattern) to the xpi (zip) file of your add-on generated in the previous + workflow steps; must end with either `.zip`, `.xpi`, or `.crx`. - `approval-notes`: (optional): a secret text to Mozilla reviewers. - `license`: (optional) add-on's [license slug](https://addons-server.readthedocs.io/en/latest/topics/api/licenses.html#license-choices-non-themes). - `self-hosted` (optional) whether the add-on should be self-hosted; default `false`. +- `source-file-path` (optional) path (or a glob pattern) to source code archive; must end with + either `.zip`, `.tar.gz`, `.tgz` or `.tar.bz2` Example workflow: