File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: Unity Actions
3
3
on :
4
4
pull_request : {}
5
5
push : {}
6
+ workflow_dispatch : {}
6
7
7
8
env :
8
9
UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ MonoBehaviour:
12
12
m_Script : {fileID: 0}
13
13
m_Name :
14
14
m_EditorClassIdentifier : Unity.Rider.Editor:Packages.Rider.Editor:RiderScriptEditorPersistedState
15
- lastWriteTicks : -8585491470484541603
15
+ lastWriteTicks : -8585194918909323212
Original file line number Diff line number Diff line change 1
1
# unity-actions example
2
2
3
- [ ![ Actions 😎 ] ( https://github.com/GabLeRoux /unity-actions-example/workflows/Actions%20%F0%9F%98%8E /badge.svg )] ( https://github.com/GabLeRoux /unity-actions-example/actions )
3
+ [ ![ Unity Actions ] ( https://github.com/game-ci /unity-actions-example/actions/ workflows/main.yml /badge.svg )] ( https://github.com/game-ci /unity-actions-example/actions/workflows/main.yml )
4
4
5
5
Example using unity-actions to test and build a unity project. More information at [ game.ci] ( https://game.ci/ )
6
6
You can’t perform that action at this time.
0 commit comments