Skip to content

Commit

Permalink
fix: wrong dex path
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Jun 16, 2022
1 parent 0a4fd84 commit 170fbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"path": "build/libs/*.jar"
},
{
"path": "bin/*.dex"
"path": "build/libs/*.dex"
}
]
}
Expand Down

0 comments on commit 170fbbb

Please sign in to comment.