diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f10a25..682236d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Prepare Unity Project run: | - mv Tests~ Tests + rm -rf Tests~ mkdir -p .github/unity-project/Packages/${{ env.packageName }} mv [!.github]* .github/unity-project/Packages/${{ env.packageName }}/ mv .github/unity-project/* . @@ -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 diff --git a/package.json b/package.json index 23167c9..fac2652 100644 --- a/package.json +++ b/package.json @@ -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": {