firebelley / godot-export

Automatically exports your Godot games.
MIT License
461 stars 53 forks source link

How to make it create artifact instead of release #74

Closed BlockOG closed 2 years ago

BlockOG commented 2 years ago

I want to just create an artifact for the workflow instead of a release, I can do that manually, I don't want it to release on every commit I do

knightofiam commented 2 years ago

This is stated clearly in the README, create_release is set to true by default, so simply set it to false.

firebelley commented 2 years ago

@BlockOG this action is being reworked https://github.com/firebelley/godot-export/pull/78

Now this action will only create artifacts and you can use a different create release action or simply upload the artifacts to GitHub. If you have any feedback regarding that PR, I'd love to hear it!