Skip to content

Commit c3ef864

Browse files
authored
Merge pull request #4 from Alexandrress/develop
fix: adding artifacts folder to .gitignore
2 parents cc0f64b + 1196bcf commit c3ef864

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[Bb]uild/
55
[Bb]uilds/
66
[Ll]ogs/
7+
[Aa]rtifacts/
78

89
# Uncomment this line if you wish to ignore the asset store tools plugin
910
# [Aa]ssets/AssetStoreTools*

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# Unity-Github-Action
2-
A repository to showcase github action with Unity
2+
A repository to showcase github action with Unity. The Unity project is empty.
3+
4+
This repository has three workflows :
5+
- "activation.yml" which needs to be executed at the start of your project to get your license and set the "UNITY_LICENSE" variable in github secret. 🔑
6+
- "test.yml" which verifies for each push that your project run all of its unit tests right, and that the project can be built. ⚙
7+
- "build.yml" which is executed when creating a new release, testing once again your Unity project, and then building it for Windonwsx64, and attaching the .zip to your release. 🔨
8+
9+
Thanks to @webbertaken ( https://game.ci/ )
10+
11+
Tutorials I used :
12+
https://isaacbroyles.com/gamedev/2020/07/04/unity-github-actions.html
13+
https://bearandhammer.net/2020/06/13/github-actions-unity-3d/

0 commit comments

Comments
 (0)