diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c010d1..5797ced 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,6 +3,7 @@ name: Unity Actions on: pull_request: {} push: {} + workflow_dispatch: {} env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} diff --git a/ProjectSettings/RiderScriptEditorPersistedState.asset b/ProjectSettings/RiderScriptEditorPersistedState.asset index f47e027..176d73f 100644 --- a/ProjectSettings/RiderScriptEditorPersistedState.asset +++ b/ProjectSettings/RiderScriptEditorPersistedState.asset @@ -12,4 +12,4 @@ MonoBehaviour: m_Script: {fileID: 0} m_Name: m_EditorClassIdentifier: Unity.Rider.Editor:Packages.Rider.Editor:RiderScriptEditorPersistedState - lastWriteTicks: -8585491470484541603 + lastWriteTicks: -8585194918909323212 diff --git a/ReadMe.md b/ReadMe.md index 44c45c8..4c0478f 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,6 +1,6 @@ # unity-actions example -[![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) +[![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) Example using unity-actions to test and build a unity project. More information at [game.ci](https://game.ci/)