Skip to content

Commit

Permalink
Update Github Actions settings
Browse files Browse the repository at this point in the history
  • Loading branch information
chigirits committed Sep 14, 2020
1 parent 0bfaf0b commit a23f7cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
package-path: build/MeshHoleShrinker-${{ env.RELEASE_VERSION }}.unitypackage
include-files: metaList

- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
with:
name: unitypackage
path: build/MeshHoleShrinker-${{ env.RELEASE_VERSION }}.unitypackage
- name: Release
uses: fnkr/github-action-ghr@v1
env:
GHR_PATH: build/MeshHoleShrinker-${{ env.RELEASE_VERSION }}.unitypackage
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Unity上でアバター頭部を他の素体に接合するとき、接合部にすきまが開いてしまうのを防ぐなどの用途に有用です。

![demo](https://repository-images.githubusercontent.com/295406109/a2eb0680-f6d5-11ea-9672-da464eeef28f)

## 動作環境

Unity 2018.4 以降
Expand Down

0 comments on commit a23f7cb

Please sign in to comment.