Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add buildVersion as action output (#144) #145

Merged
merged 1 commit into from
Aug 27, 2020

Conversation

FancyFurret
Copy link
Contributor

@FancyFurret FancyFurret commented Aug 26, 2020

Changes

  • Added a "buildVersion" action output that exposes the generated version used for the Unity build
  • Can be accessed by using ${{ steps.UNITY_BUILDER_STEP_ID.outputs.buildVersion }}. Will return a value such as 0.0.291, depending on what versioning mode is set.

Checklist

  • Read the contribution guide and accept the code of conduct
  • Readme (updated or not needed)
  • Tests (added, updated or not needed)

@webbertakken
Copy link
Member

LGTM.

Would you be so kind to also update the docs on the docs website here?

@webbertakken webbertakken merged commit 977683c into game-ci:master Aug 27, 2020
@FancyFurret FancyFurret deleted the feature/output-version branch August 27, 2020 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants