Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstenko authored Sep 30, 2024
1 parent b769e2b commit 846b730
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ WebGL published here (EDIT IT!) https://YOUR_GH_USERNAME.github.io/YOUR_REPO_NAM
- [ ] I have edited the README.md file to include my own information on the url for the web build;
- [ ] I have followed the instructions to activate my personal licence here: https://game.ci/docs/github/activation/ ;
- [ ] 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
- [ ] I have visited the `Settings` > `Secrets and Variables` > `Actions`;
- [ ] I have added the `UNITY_LICENSE` secret to my repository with the Unity license key;
- [ ] I have added the `UNITY_USERNAME` secret to my repository with the Unity username;
- [ ] I have added the `UNITY_PASSWORD` secret to my repository with the Unity password;
Expand All @@ -26,4 +27,4 @@ WebGL published here (EDIT IT!) https://YOUR_GH_USERNAME.github.io/YOUR_REPO_NAM
- [ ] If I want to customize my build, I will read the https://game.ci/docs/github/builder/ documentation;
- [ ] I have read Semantic Versioning https://semver.org/ and understand how to version my project;
- [ ] I have read how Semantic versioning would work for unity here https://game.ci/docs/github/builder/#versioning
- [ ] I have set my first git tag to `0.1.0` to my latest commit on the `main` or `master` branch;
- [ ] I have set my first git tag to `0.1.0` to my latest commit on the `main` or `master` branch;

0 comments on commit 846b730

Please sign in to comment.