Merge branch 'release' into feature/V2.3.0
commit
68edffc749
|
@ -14,16 +14,15 @@ concurrency:
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
# Run Unity multi-version build unit tests defined in the package
|
# Run Unity multi-version build unit tests defined in the package
|
||||||
Run-Unit-Tests:
|
Run-Unit-Tests:
|
||||||
name: Run Unity Unit Tests
|
name: Run Unity Unit Tests
|
||||||
uses: ./.github/workflows/rununitybuildmultiversion.yml
|
uses: ./.github/workflows/rununitybuildmultiversion.yml
|
||||||
|
|
||||||
# Update the package release version
|
# Update the package release version
|
||||||
#Update-Version:
|
Update-Version:
|
||||||
# name: Update Package Version
|
name: Update Package Version
|
||||||
# uses: ./.github/workflows/tagrelease.yml
|
uses: ./.github/workflows/tagrelease.yml
|
||||||
# with:
|
with:
|
||||||
# build-target: windows
|
build-target: windows
|
||||||
# secrets: inherit
|
secrets: inherit
|
||||||
|
|
10
README.md
10
README.md
|
@ -1,4 +1,12 @@
|
||||||
# Unity UI Extensions README
|
# This repository is being migrated to GitHub
|
||||||
|
|
||||||
|
The new home for this repository is:
|
||||||
|
|
||||||
|
> ## https://github.com/Unity-UI-Extensions/com.unity.uiextensions
|
||||||
|
|
||||||
|
BitBucket is just not what it used to be (workable)
|
||||||
|
|
||||||
|
## Unity UI Extensions README
|
||||||
|
|
||||||
This is an extension project for the new Unity UI system which can be found at: [Unity UI Source](https://bitbucket.org/Unity-Technologies/ui)
|
This is an extension project for the new Unity UI system which can be found at: [Unity UI Source](https://bitbucket.org/Unity-Technologies/ui)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue