Skip to content

Commit

Permalink
v2.0.0 implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Jul 1, 2021
1 parent 7721072 commit 6560e7c
Show file tree
Hide file tree
Showing 177 changed files with 11,067 additions and 40,491 deletions.
6 changes: 0 additions & 6 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@
*.meta text eol=lf

*.h text eol=lf
*.cpp text eol=lf
*.cc text eol=lf
*.c text eol=lf

*.sln text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: UPM on npsjs.com
on:
release:
types: [created]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
registry-url: 'https://registry.npmjs.org'
- run: npm publish
working-directory: Packages/jp.keijiro.klak.spout
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ Desktop.ini
# Unity
/Library
/Logs
/Recordings
/UserSettings
/Temp

# Plugin
/Plugin/build
/Plugin/build32
/Plugin/build64
/Plugin/*.o
/Plugin/*/*.o
/Plugin/*.dll
Loading

0 comments on commit 6560e7c

Please sign in to comment.