Skip to content

Commit 846b730

Browse files
authored
Update README.md
1 parent b769e2b commit 846b730

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ WebGL published here (EDIT IT!) https://YOUR_GH_USERNAME.github.io/YOUR_REPO_NAM
99
- [ ] I have edited the README.md file to include my own information on the url for the web build;
1010
- [ ] I have followed the instructions to activate my personal licence here: https://game.ci/docs/github/activation/ ;
1111
- [ ] If I chose to make the repository private, I will follow this guide to add the instructor as a collaborator. https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository and set up the keys here https://game.ci/docs/github/builder/#private-github-repositories
12+
- [ ] I have visited the `Settings` > `Secrets and Variables` > `Actions`;
1213
- [ ] I have added the `UNITY_LICENSE` secret to my repository with the Unity license key;
1314
- [ ] I have added the `UNITY_USERNAME` secret to my repository with the Unity username;
1415
- [ ] I have added the `UNITY_PASSWORD` secret to my repository with the Unity password;
@@ -26,4 +27,4 @@ WebGL published here (EDIT IT!) https://YOUR_GH_USERNAME.github.io/YOUR_REPO_NAM
2627
- [ ] If I want to customize my build, I will read the https://game.ci/docs/github/builder/ documentation;
2728
- [ ] I have read Semantic Versioning https://semver.org/ and understand how to version my project;
2829
- [ ] I have read how Semantic versioning would work for unity here https://game.ci/docs/github/builder/#versioning
29-
- [ ] I have set my first git tag to `0.1.0` to my latest commit on the `main` or `master` branch;
30+
- [ ] I have set my first git tag to `0.1.0` to my latest commit on the `main` or `master` branch;

0 commit comments

Comments
 (0)