Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Sep 3, 2023
1 parent 4aa638c commit 7e1f5b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ on:
env:
packageName: "nadena.dev.ndmf"

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v3

Expand Down Expand Up @@ -61,6 +63,10 @@ jobs:
filename: ".github/${{env.zipFile}}" # make the zip file two directories up, since we start two directories in above
exclusions: '.github .git* *~ .gitignore *.ps1*'

- name: Move zipfile
run: |
mv .github/${{env.zipFile}} ${{env.zipFile}}
- uses: actions/upload-artifact@v3
with:
name: package-zip
Expand All @@ -75,5 +81,4 @@ jobs:
tag_name: ${{ steps.version.outputs.prop }}
files: |
${{ env.zipFile }}
${{ env.unityPackage }}
Packages/${{ env.packageName }}/package.json
package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nadena.dev.ndmf",
"displayName": "Non-Destructive Modular Framework - なでもふ",
"version": "0.0.1",
"version": "0.1.0",
"unity": "2019.4",
"description": "A framework for building non-destructive plugins for VRChat Avatar 3.0",
"vrchatVersion": "2022.1.1",
Expand Down

0 comments on commit 7e1f5b4

Please sign in to comment.