Skip to content

Commit

Permalink
Merge pull request #100 from VeyronSakai/github-actions/update-files/233
Browse files Browse the repository at this point in the history
Update files for release
  • Loading branch information
VeyronSakai authored May 20, 2024
2 parents b47f6c9 + af1f98f commit 6fc0de9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Because all the processing is done in Unity post-processing, the setup is basica
1. Open the Package Manager in the UnityEditor.
2. Select the `+` button in the upper left corner.
3. Select Add package from git URL.
4. Enter https://github.com/VeyronSakai/GhaUnityBuildReporter.git#0.3.0 and Select Add button.
4. Enter https://github.com/VeyronSakai/GhaUnityBuildReporter.git#0.3 and Select Add button.

It can also be installed by downloading .unitypackage from [Releases](https://github.com/VeyronSakai/GhaUnityBuildReporter/releases/latest).

Expand All @@ -94,7 +94,7 @@ In such cases, setting the environment variable `GHA_UNITY_BUILD_REPORTER_OPTOUT

## Hide specific items

You can select items for output using a dedicated .asset file.
You can hide specific items using a dedicated .asset file.

First, create an .asset file from `Create` > `GhaUnityBuildReporterConfig` in the Project window.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.veyron-sakai.gha-unity-build-reporter",
"displayName": "GhaUnityBuildReporter",
"version": "0.3.0",
"version": "0.3.1",
"description": "Automatically reflects build report in GitHub Job Summary when building with Unity on GitHub Actions.",
"author": {
"name": "Yuki Sakai"
Expand Down

0 comments on commit 6fc0de9

Please sign in to comment.