Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Output generated build version #144

Closed
FancyFurret opened this issue Aug 26, 2020 · 0 comments
Closed

Output generated build version #144

FancyFurret opened this issue Aug 26, 2020 · 0 comments

Comments

@FancyFurret
Copy link
Contributor

Context

In my CI setup I am building my project using unity-builder, then pushing a release to itch.io using butler. It is possible to tell itch.io the version of the game you are uploading, and it would be nice to use the same version that unity-builder generates for consistency.

Suggested solution

The simplest solution would be to expose the generated version as an action output.

Considered alternatives

The version could technically be parsed from the build log using grep, but that would be slow and would be easy to break.

Additional details

Currently working on a PR 😄

FancyFurret added a commit to FancyFurret/unity-builder that referenced this issue Aug 26, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants