From f8e2a3e6ff3416297fe92178589f63a07facae00 Mon Sep 17 00:00:00 2001 From: techyminati Date: Wed, 2 Oct 2024 20:29:10 +0530 Subject: [PATCH] Vollaboard: Fix target sdk Change-Id: Id885b6b246cf9618331c600c86e57d710a61c6df Signed-off-by: techyminati --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index beb897e..997e6ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: run: | ./gradlew build mkdir -p releases - find app/build/ -type f -name "*.apk" -exec mv {} releases/com.volla.vollaboard.apk \; + find app/build/ -type f -name "Vollaboard_Universal.apk" -exec mv {} releases/com.volla.vollaboard.apk \; ls -l releases - name: Install Android SDK Build-Tools @@ -68,7 +68,7 @@ jobs: path: releases/com.volla.vollaboard-signed.apk - name: Upload Apk to Nightly Repository - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/volla-14' }} + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} uses: wlixcc/SFTP-Deploy-Action@v1.0 with: username: 'drone'