Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Apr 24, 2020
1 parent 3dc20ff commit b3e579c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unity-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
# Store artifacts.
- uses: actions/upload-artifact@v1
with:
name: RuntimeUnitTestToolkit.Unity.${{ env.GIT_TAG }}.unitypackage
path: ./RuntimeUnitTestToolkit/RuntimeUnitTestToolkit.Unity.${{ env.GIT_TAG }}.unitypackage
name: RuntimeUnitTestToolkit.${{ env.GIT_TAG }}.unitypackage
path: ./RuntimeUnitTestToolkit/RuntimeUnitTestToolkit.${{ env.GIT_TAG }}.unitypackage

# Create Releases
- uses: actions/create-release@v1
Expand All @@ -56,6 +56,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./RuntimeUnitTestToolkit/RuntimeUnitTestToolkit.Unity.${{ env.GIT_TAG }}.unitypackage
asset_name: RuntimeUnitTestToolkit.Unity.${{ env.GIT_TAG }}.unitypackage
asset_path: ./RuntimeUnitTestToolkit/RuntimeUnitTestToolkit.${{ env.GIT_TAG }}.unitypackage
asset_name: RuntimeUnitTestToolkit.${{ env.GIT_TAG }}.unitypackage
asset_content_type: application/octet-stream
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ On CI(use CLI(Headless) mode), if fail the test, shows red. You can notify to Sl

Install
---
`RuntimeUnitTestToolkit.unitypackage` on [releases](https://github.com/Cysharp/RuntimeUnitTestToolkit/releases) page or `package.json` exists on `RuntimeUnitTestToolkit/Assets/RuntimeUnitTestToolkit` for package manager.
`RuntimeUnitTestToolkit.*version*.unitypackage` on [releases](https://github.com/Cysharp/RuntimeUnitTestToolkit/releases) page or `package.json` exists on `RuntimeUnitTestToolkit/Assets/RuntimeUnitTestToolkit` for package manager.

After Unity 2019.3.4f1, Unity 2020.1a21, that support path query parameter of git package. You can add `https://github.com/Cysharp/RuntimeUnitTestToolkit.git?path=RuntimeUnitTestToolkit/Assets/RuntimeUnitTestToolkit` to Package Manager UI, or add `"com.cysharp.runtimeunittesttoolkit": "https://github.com/Cysharp/RuntimeUnitTestToolkit.git?path=RuntimeUnitTestToolkit/Assets/RuntimeUnitTestToolkit"` to `Packages/manifest.json`.

Expand Down

0 comments on commit b3e579c

Please sign in to comment.