Skip to content

Commit 8b81c24

Browse files
authored
Update README.md
1 parent 3389814 commit 8b81c24

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,9 @@ Used to manually version bump the version number. Should be in the format `X.Y.Z
7171
5. In `.github/workflows/build.yml`, in the `env`, set the following variables:
7272
- `PROJECT_NAME` (line 18) variable to your project's name
7373
- `UNITY_VERSION`(line 19) variable to your project's Unity version
74+
- Ensure it uses a version of Unity that GameCI supports on their [tags page](https://hub.docker.com/r/unityci/editor/tags)
7475
- `PROJECT_PATH`(line 20) variable to your project's path
75-
76-
5. In `.github/workflows/build.yml` in the `buildForAllSupportedPlatforms` step, include the Unity Build Profiles you want generated
77-
6. In `build.yml`'s `Build with Unity (Build Profile)` step, set the `projectPath` variable to your project folder
78-
7. In `build.yml`'s `Build with Unity (Build Profile)` step, set the `unityVersion` variable to the version of Unity you're using
79-
- Ensure it uses a version of Unity that GameCI supports on their [tags page](https://hub.docker.com/r/unityci/editor/tags)
76+
6. In `.github/workflows/build.yml` in the `buildForAllSupportedPlatforms` job, in the `strategy` `matrix` `config`, include the Unity Build Profiles you want generated
8077

8178
## Future Plans
8279
*No plans on when I'd release these features, would likely depend on my needs for a specific project/boredom/random interest in moving this project along.*

0 commit comments

Comments
 (0)