modmuss50 / mod-publish-plugin

A Gradle plugin to publish mods to a range of destinations
https://modmuss50.github.io/mod-publish-plugin/
MIT License
50 stars 7 forks source link

Publishing fails silently if the files are present in the builds/libs folder #15

Closed Edivad99 closed 11 months ago

Edivad99 commented 11 months ago

I launched the publishMods command when the jar and apiJar files of my mod were inside the build/libs folder. Once completed I went to modrinth and the files hadn't uploaded. I tried deleting the files inside the folder and re-running the command and the upload was successful.

modmuss50 commented 11 months ago

I have tried to reproduce this and I am unable to. If the task is being ran (can you check the log to make sure it is?) and is successful I see no reason for it to not work.

Edivad99 commented 11 months ago

I tried again and now it works. I don't know, maybe I did something wrong...