Quillraven / Fleks

Fast, lightweight, multi-platform entity component system in Kotlin
MIT License
180 stars 20 forks source link

Signing does not work #109

Closed Quillraven closed 1 year ago

Quillraven commented 1 year ago

@aSemy seems like the environment variables in the publish workflow are not properly read from the secrets? Looks like they are all null and that's why the signing fails?

Can you please have a look when you have time?

aSemy commented 1 year ago

Ah that sucks. It's frustrating when the GitHub Actions don't work because they can be really fiddly to debug without repetitively modifying the workflow.

Were the secrets ever not null? Can you try adding secrets: inherit?

Quillraven commented 1 year ago

That did the trick! Thanks <3