Cannot upload to GitHub release #84
-
It can upload to CurseForge and Modrinth but uploading to GitHub Release is broken
https://github.com/iPortalTeam/PortalGun/actions/runs/5630448701/job/15256447219 Is it an issue of GitHub or my configuration? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi! Just to clarify, this issue doesn't stem from either your actions or the ones of The solutions to this problem have already been discussed in the pinned issue #55. However, for the sake of your convenience, I'll summarize them here as well. Essentially, you have two options:
I hope this helps! Please, let me know if the issue persists! As a side note, I believe I've found the next mod I'll be adding to my world (whenever I manage to find time to play Minecraft again..) xD Somehow I'd never considered searching for a Portal-like mod for Fabric before |
Beta Was this translation helpful? Give feedback.
-
It worked. Thanks. This should be mentioned in readme |
Beta Was this translation helpful? Give feedback.
Hi! Just to clarify, this issue doesn't stem from either your actions or the ones of
mc-publish
. Rather, it's a result of GitHub altering the default workflow permission set from read & write to read-only. This modification has caused many features that previously functioned seamlessly in older repositories to malfunction, leaving numerous developers fairly confused (myself included).The solutions to this problem have already been discussed in the pinned issue #55. However, for the sake of your convenience, I'll summarize them here as well. Essentially, you have two options:
Assign the necessary permissions to a specific job. In this case, since
mc-publish
attempts to create a release,…