Skip to content

Commit

Permalink
release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Surendrajat committed Feb 21, 2024
1 parent 59c7082 commit 9aec208
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,14 @@ jobs:
- name: Set up CMake and Ninja
uses: lukka/get-cmake@latest
- name: Build with Gradle
run: ./gradlew clean && ./gradlew assembleDebug
env:
SIGNING_KEY_STORE_PATH: debug.keystore
SIGNING_KEY_ALIAS: android
SIGNING_KEY_PASSWORD: android
SIGNING_STORE_PASSWORD: android
run: ./gradlew clean && ./gradlew assembleRelease
- run: ls app/build/outputs/apk/*
- uses: actions/upload-artifact@v4
with:
name: app-debug.apk
path: app/build/outputs/apk/debug/app-debug.apk
name: knoxvnc.apk
path: app/build/outputs/apk/release/app-release.apk

0 comments on commit 9aec208

Please sign in to comment.