You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the zip that is generated when using -z doesn't have the modified addon.xml. I guess the issue might be in the util.create_zip method, since the uploaded PR is modified fine.
We've worked around this by doing something like this in our Makefile. A git stash create gives a hash that can also be used with git archive and does contain the changes made to the addon.xml. When there are no changes in the current directory, a git stash create won't work, so HEAD is used as fallback there.
This seems to have an issue when submitting the actual addon. I think that the git stash create causes the actual commit to fail. I'll probably have to git stash pop or find a better solution.
It seems the zip that is generated when using
-z
doesn't have the modifiedaddon.xml
. I guess the issue might be in theutil.create_zip
method, since the uploaded PR is modified fine.Example: https://github.com/enen92/screensaver.kaster/releases/tag/1.3.5
If you take a look at the matrix-zip, you'll notice that it doesn't contain the
xbmc.python
=3.0.0
line.The text was updated successfully, but these errors were encountered: