forked from ElishaAz/Sayboard
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: Id885b6b246cf9618331c600c86e57d710a61c6df Signed-off-by: techyminati <[email protected]>
- Loading branch information
1 parent
c2a727b
commit f8e2a3e
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
with: | ||
username: 'drone' | ||
|