packager icon indicating copy to clipboard operation
packager copied to clipboard

Addon showing up as 1.0.0 instead of 10.0.0

Open whatisboom opened this issue 1 year ago • 4 comments

I just updated my addon 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 script is looking at either the first 3 or 6 numbers in that string to determine the game version, but I am not a bash developer and have had not luck finding where that would be the case in your script.

whatisboom avatar Oct 26 '22 19:10 whatisboom

I assume you're using v1 or an outdated fork, switch to v2/this repo to use the latest version

nebularg avatar Oct 26 '22 20:10 nebularg

Your addon is using the old version of the packager, v1. You can see that here: https://github.com/whatisboom/EnchantCheck/blob/master/.github/workflows/release.yml#L39

Change it to v2 (for stable) or to master (for bleeding edge) and your issue will be resolved.

Here is a guide: https://wowpedia.fandom.com/wiki/Using_the_BigWigs_Packager_with_GitHub_Actions#GitHub_workflow

funkydude avatar Oct 26 '22 20:10 funkydude

Pinning this for a while

funkydude avatar Oct 26 '22 20:10 funkydude

awesome, feel free to close this whenever, if you want to leave it open while its pinned

whatisboom avatar Oct 26 '22 20:10 whatisboom