Merge branch 'release' into feature/V2.3.0
commit
68edffc749
|
@ -14,16 +14,15 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
||||
# Run Unity multi-version build unit tests defined in the package
|
||||
Run-Unit-Tests:
|
||||
name: Run Unity Unit Tests
|
||||
uses: ./.github/workflows/rununitybuildmultiversion.yml
|
||||
|
||||
# Update the package release version
|
||||
#Update-Version:
|
||||
# name: Update Package Version
|
||||
# uses: ./.github/workflows/tagrelease.yml
|
||||
# with:
|
||||
# build-target: windows
|
||||
# secrets: inherit
|
||||
Update-Version:
|
||||
name: Update Package Version
|
||||
uses: ./.github/workflows/tagrelease.yml
|
||||
with:
|
||||
build-target: windows
|
||||
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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue