ricott1 / rebels-in-the-sky

P2P terminal game about spacepirates playing basketball across the galaxy
https://rebels.frittura.org
GNU General Public License v3.0
197 stars 5 forks source link

v1.0.16 is released multiple times #11

Closed orhun closed 1 month ago

orhun commented 1 month ago

Hello! I realized v1.0.16 is pushed to the GitHub multiple times. This affects the Arch Linux package's reproducibility since the integrity checksums change every time. Would you please do minor releases instead of re-tagging the same release? 🙏🏼 Thanks!

ricott1 commented 1 month ago

Hi @orhun , sure, sorry about that. I'm testing github actions and I can't get to auto upload compiled binaries to the release assets. If you have experience with that, could you maybe help me?

orhun commented 1 month ago

No worries, sure thing, I think first you need to adjust the workflow permissions to allow writing to the repository:

Resource not accessible by integration

Settings -> Actions -> General -> Workflow Permissions -> Read and Write

ricott1 commented 1 month ago

Done

orhun commented 1 month ago

Did it work? 🙂

ricott1 commented 1 month ago

I solved it with a script :) I only use the action for the ubuntu release

orhun commented 1 month ago

alright 🤝