Skip to content

Commit

Permalink
build: no-sign for pr and use debug
Browse files Browse the repository at this point in the history
Signed-off-by: Next Alone <12210746+NextAlone@users.noreply.github.com>
  • Loading branch information
NextAlone committed Jan 31, 2024
1 parent 7b5e705 commit 596b527
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,7 @@ jobs:
matrix:
flavor:
# - FullRelease
- MiniRelease
- MiniReleaseNoGcm
- MiniDebug
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -320,6 +319,8 @@ jobs:
run: |
export LOCAL_PROPERTIES="${{ secrets.LOCAL_PROPERTIES }}"
export DEBUG_BUILD=true
sed '/signingConfig signingConfigs.release/d' TMessagesProj/build.gradle > TMessagesProj/build.gradle.tmp
mv TMessagesProj/build.gradle.tmp TMessagesProj/build.gradle
./gradlew TMessagesProj:assemble${{ matrix.flavor }}
APK=$(find TMessagesProj/build/outputs/apk -name '*arm64-v8a*.apk')
Expand Down

0 comments on commit 596b527

Please sign in to comment.