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 <[email protected]>
  • Loading branch information
NextAlone committed Jan 31, 2024
1 parent b5ce1de commit b79436c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pull request

on:
pull_request:
types: [opened, reopened]
types: [opened, reopened, synchronize]

jobs:
check:
Expand Down 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 b79436c

Please sign in to comment.