Skip to content

Commit 847bcdb

Browse files
committed
fix: Fix release workflow
1 parent 029b36a commit 847bcdb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.releaserc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@
3232
{
3333
"assets": [
3434
{
35-
"path": "play-store-downloader/build/outputs/apk/release/play-store-downloader-*.apk?(.asc)",
36-
},
37-
{
38-
"path": "apkmirror-downloader/build/outputs/apk/release/apkmirror-downloader-*.apk?(.asc)",
35+
"path": "downloaders/*/build/outputs/apk/release/play-store-downloader-*.apk?(.asc)",
3936
}
4037
],
4138
successComment: false

0 commit comments

Comments
 (0)