From 3844400fc596789e307984df725e4966ea315a4c Mon Sep 17 00:00:00 2001 From: ale Date: Thu, 25 Dec 2025 21:29:40 +0100 Subject: [PATCH] v1.0.2 Signed-off-by: ale --- .github/workflows/build-release-apk.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release-apk.yml b/.github/workflows/build-release-apk.yml index d8c4fa6..f36a065 100644 --- a/.github/workflows/build-release-apk.yml +++ b/.github/workflows/build-release-apk.yml @@ -28,8 +28,8 @@ jobs: run: ./gradlew assembleDebug - name: Upload APK to Release - uses: ShaunLWM/action-release-debugapk@master + uses: softprops/action-gh-release@v1 + with: + files: app/build/outputs/apk/debug/*.apk env: GITHUB_TOKEN: ${{ secrets.TOKEN }} - APP_FOLDER: app - RELEASE_TITLE: Release ${{ github.ref_name }}