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