Skip to content

Commit

Permalink
docs: note the glob pattern must match exactly one file
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzeng committed Sep 26, 2024
1 parent ff9fcda commit 28b4e14
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ Followings items are required before publishing an add-on:
- `jwt-issuer`: (required) your jwt issuer.
- `jwt-secret`: (required) your jwt secret.
- `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`.
the previous workflow steps; must end with either `.zip`, `.xpi`, or `.crx`; if glob pattern then
it must match exactly one file.
- `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`
either `.zip`, `.tar.gz`, `.tgz` or `.tar.bz2`; if glob pattern then it must match exactly one
file.

Example workflow:

Expand Down

0 comments on commit 28b4e14

Please sign in to comment.