From 5f26b23ab69a052d7e86d64f132e6ccb2342a9ea Mon Sep 17 00:00:00 2001 From: Fioren <102145692+FiorenMas@users.noreply.github.com> Date: Mon, 22 Jan 2024 00:53:40 +0700 Subject: [PATCH] fix :bug: Only release apk files --- .github/actions/release/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml index a4a255c..56b5963 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -15,7 +15,7 @@ runs: uses: softprops/action-gh-release@v0.1.15 with: files: | - ./release/* + ./release/*.apk name: Revanced & Revanced Extended tag_name: all - body_path: ${{ github.workspace }}-CHANGELOG.txt \ No newline at end of file + body_path: ${{ github.workspace }}-CHANGELOG.txt