Skip to content

Commit

Permalink
Fixup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvinas01 committed Oct 4, 2023
1 parent 1e02917 commit 82f11f4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ If you found a bug or want to add a feature, you are more than welcome to make a
When doing so, make sure to:

- Follow similar code style which is used in other scripts.
- Add test cases to the appropriate [Test Assemblies](../Packages/com.chark.built-tools/Tests).
- Use [Samples](../Packages/com.chark.build-tools/Samples) directory to prototype and test features.
6 changes: 3 additions & 3 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Scriptable Scenes
# Build Tools

[![Unity 2022.3+](https://img.shields.io/badge/unity-2022.3%2B-blue.svg)](https://unity3d.com/get-unity/download)
[![Actions Status](https://github.com/chark/build-tools/workflows/CI/badge.svg)](https://github.com/chark/build-tools/actions)

Editor utilities for quickly automating builds.
Editor utilities for quickly automating builds.

<p align="center">
<img src="screenshot.png"/>
Expand All @@ -28,7 +28,7 @@ https://github.com/chark/build-tools.git#upm
Alternatively, manually install by adding the following entry to `Packages/manifest.json`:
```json
{
"com.chark.scriptable-scenes": "https://github.com/chark/build-tools.git#upm"
"com.chark.build-tools": "https://github.com/chark/build-tools.git#upm"
}
```

Expand Down
3 changes: 3 additions & 0 deletions .github/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .github/workflows/upm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

env:
PACKAGE_DIR: Packages/com.chark.scriptable-scenes
PACKAGE_DIR: Packages/com.chark.build-tools
SAMPLE_SRC_DIR: Samples
SAMPLE_DST_DIR: Samples~

Expand Down

0 comments on commit 82f11f4

Please sign in to comment.