danny900714/Upload Anki add-on to AnkiWeb

Upload Anki add-on to AnkiWeb inside your GitHub Actions workflow.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
usernameYour AnkiWeb username.yes
passwordYour AnkiWeb password.yes
addon-idThe download code for the add-on. If not provided, a new add-on will be created.no""
titleThe title of the add-on. Must be fewer than 80 characters.yes
tagsSpace-separated tags for this add-on.no""
support-pageA bug tracker, forum link, or other page where users can reach you. Must start with http.no""
branchesA list of branch notations, one per line. The branch notation is defined as <start-version>-<end-version>(+), where <start-version> and <end-version> are Anki version numbers, and the optional + means the add-on is compatible with all future versions after <end-version>. For example, 2.1.1-2.1.66 means the add-on is compatible with Anki versions from 2.1.1 to 2.1.66, inclusive; 23.10.0-25.09.4+ means the add-on is compatible with Anki versions from 23.10.0 to 25.09.4, inclusive, and all future versions after 25.09.4. yes
addon-filesA list of paths to add-on files, one per line. The number of paths must match the number of branches, and the order must correspond to each other. To skip uploading an add-on file for a branch, use a dash (-) on the corresponding line. For example, to upload an add-on file for the second branch but not the first: - path-to-addon-file.ankiaddon yes
descriptionThe description of the add-on. Markdown and basic HTML are supported. If both description and description-file are provided, description will take precedence. no""
description-filePath to a file containing the add-on description. Markdown and basic HTML are supported. If both description and description-file are provided, description will take precedence. no""
namedescription
addon-idThe add-on ID of the uploaded add-on. You can use this ID to update the add-on in the future.