Skip to content

Commit

Permalink
Vollaboard: Fix target sdk
Browse files Browse the repository at this point in the history
Change-Id: Id885b6b246cf9618331c600c86e57d710a61c6df
Signed-off-by: techyminati <[email protected]>
  • Loading branch information
techyminati committed Oct 2, 2024
1 parent c2a727b commit f8e2a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/[email protected]
with:
username: 'drone'
Expand Down

0 comments on commit f8e2a3e

Please sign in to comment.