From 938dd030b0c81313470a08538b32b1e960d96443 Mon Sep 17 00:00:00 2001 From: Sculas Date: Thu, 16 Jun 2022 13:36:52 +0200 Subject: [PATCH] fix: wrong dex path --- .releaserc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaserc b/.releaserc index 2473e092f..cdd49c590 100644 --- a/.releaserc +++ b/.releaserc @@ -28,7 +28,7 @@ "path": "build/libs/*.jar" }, { - "path": "bin/*.dex" + "path": "build/libs/*.dex" } ] }