From 170fbbb99e4a2dbe3e0febe44d07a692aa9d7224 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" } ] }