Skip to content

Commit

Permalink
fixed packager
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachee committed Aug 23, 2023
1 parent 28ab263 commit dbbf150
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
dotnet tools/UnityPackageExporter.dll \
./ \
discord-rpc-unity.unitypackage \
--sub-folder "DiscordRPC"
--exclude "tools" \
--exclude "Samples~" \
--exclude "Documentation~" \
--exclude "*~" \
--exclude ".*" \
--assets "**/*" \
--exclude "*.unitypackage" \
--skip-dependency-check \
-r .
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"changelogUrl": "https://github.com/Lachee/discord-rpc-unity/commits/master",
"license": "MIT",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2"
"com.unity.nuget.newtonsoft-json": "3.0.3"
},
"samples": [
{
Expand Down

0 comments on commit dbbf150

Please sign in to comment.