diff --git a/README.md b/README.md index ba6a8a78..dae174a2 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Part of the GameCI open source project.

-[![Actions status](https://github.com/game-ci/unity-builder/workflows/Actions/badge.svg?event=push&branch=main)](https://github.com/game-ci/unity-builder/actions?query=branch%3Amain+event%3Apush+workflow%3A%22Actions) +[![Actions status](https://github.com/game-ci/unity-builder/workflows/Builds/badge.svg?event=push&branch=main)](https://github.com/game-ci/unity-builder/actions?query=branch%3Amain+event%3Apush+workflow%3A%22Builds) [![lgtm - code quality](https://img.shields.io/lgtm/grade/javascript/g/webbertakken/unity-builder.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/webbertakken/unity-builder/context:javascript) -[![codecov - test coverage](https://codecov.io/gh/webbertakken/unity-builder/branch/master/graph/badge.svg)](https://codecov.io/gh/webbertakken/unity-builder) +[![codecov - test coverage](https://codecov.io/gh/game-ci/unity-builder/branch/master/graph/badge.svg)](https://codecov.io/gh/game-ci/unity-builder)

diff --git a/package.json b/package.json index 2d9e9966..2dc7ad08 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.0.0", "description": "Build Unity projects for different platforms.", "main": "dist/index.js", - "repository": "git@github.com:webbertakken/unity-builder.git", + "repository": "git@github.com:game-ci/unity-builder.git", "author": "Webber ", "license": "MIT", "scripts": {