From 82d6f02763a6583e6d6a894c29a5e1558c8320fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn?= Date: Wed, 20 Aug 2025 13:10:47 +0200 Subject: [PATCH] fix name of Debug Stage in workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Björn --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 5236833..b6f39d9 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -52,7 +52,7 @@ jobs: RELEASE_KEY_PASSWORD: ${{ secrets.KEY_PW }} run: ./gradlew assembleRelease --stacktrace - - name: Build Release APK + - name: Build Debug APK env: ENCODED_STRING: ${{ secrets.KEYSTORE }} RELEASE_KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PW }} @@ -81,4 +81,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: omnt-${{ steps.releaseApk.outputs.sha_short }} - path: ./upload \ No newline at end of file + path: ./upload