packager icon indicating copy to clipboard operation
packager copied to clipboard

Generate an addon zip file from a Git, SVN, or Mercurial checkout.

Results 11 packager issues
Sort by recently updated
recently updated
newest added

These are identified with type=zip or with a .zip extension on the url. The files present are extracted and treated as a checkout. If the zip file is extracted into...

The `@no-lib-strip@` tag in TOC's are being stripped from external dependencies, even though the nolib version is disabled.

If an external links to a github repo, I think it would be useful to check if it has uploaded releases (like if they too use this packager) and optionally...

I specifically need this for GitHub releases, but for all three would be good too.

enhancement

I just updated [my addon](https://www.curseforge.com/wow/addons/enchant-check-updated) that uses this script and updated the toc Interface value to 100000 and it was uploaded to curseforge as game version 1.0.0. I assume the...

GitHub has deprecated the `set-output` meta-methods of actions/workflows for something better. The workflow throws a warning with the current implementation. To read this output use `${{ steps.packager.outputs.archive_path }}` (same as...

Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ line 2472 i think

Summary: I created two tags on the same commit, first an alpha tag, then a release tag. The alpha tag caused an alpha build; the release tag did not create...

Given the recent confusion in both #152 and #153, it feels like it would be sensible for the packager to check if the supplied `GITHUB_OAUTH` token (if present) actually has...

I must be stupid, I've tried this so many times and cannot get it to work. I'm using multiple GitHub actions to try to completely automate the package generation after...