Skip to content

Commit

Permalink
chore: do not include tests and scripts etc files
Browse files Browse the repository at this point in the history
  • Loading branch information
poi-vrc committed Dec 14, 2023
1 parent 339716b commit 5950077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Prepare Unity Project
run: |
mv Tests~ Tests
rm -rfv Tests~
mkdir -p .github/unity-project/Packages/${{ env.packageName }}
mv [!.github]* .github/unity-project/Packages/${{ env.packageName }}/
mv .github/unity-project/* .
Expand All @@ -52,6 +52,7 @@ jobs:
uses: thedoctor0/zip-release@09336613be18a8208dfa66bd57efafd9e2685657
with:
type: "zip"
exclusions: 'Doxyfile* *.bat'
directory: "Packages/${{env.packageName}}/"
filename: "../../${{env.zipFile}}" # make the zip file two directories up, since we start two directories in above

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.chocopoi.vrc.avatarlib",
"displayName": "AvatarLib",
"version": "1.1.0",
"version": "1.1.1",
"description": "Contains a bunch of quick-to-use APIs for plugins and applications to add, modify a VRChat avatar.",
"unity": "2019.4",
"author": {
Expand Down

0 comments on commit 5950077

Please sign in to comment.