Skip to content

Commit

Permalink
update witness checksums on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Mar 18, 2024
1 parent fc14a2e commit 1faa330
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ jobs:
sed -i -e 's#android:label="TRIfA"#android:label="DEBUG TRIfA '"$datestr"'"#' android-refimpl-app/app/src/main/AndroidManifest.xml
cat android-refimpl-app/app/src/main/AndroidManifest.xml|grep 'android:label='
- name: update witness checksums for pull requests
if: github.event_name == 'pull_request'
run: ./gradlew -q calculateChecksums > app/witness.gradle

- name: Build with Gradle
run: cd android-refimpl-app ; ./gradlew assemble ; find . -name '*.apk'

Expand Down

0 comments on commit 1faa330

Please sign in to comment.