Skip to content

Commit

Permalink
fix typo and fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Dec 26, 2024
1 parent 821196a commit e995d80
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: show changes
run: |
get diff || echo "NO ERR"
git diff || echo "NO ERR"
- name: show witness checksums updates
if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
Expand Down Expand Up @@ -141,9 +141,11 @@ jobs:
echo "========= git diff before witness update "========= "
git diff
echo "========= git diff before witness update "========= "
cd android-refimpl-app ; ./gradlew -q calculateChecksums
cd android-refimpl-app ; ./gradlew -q calculateChecksums 2>/dev/null| grep -v 'Checking the license for' > app/witness.gradle 2>/dev/null
cd android-refimpl-app/
./gradlew -q calculateChecksums
./gradlew -q calculateChecksums 2>/dev/null| grep -v 'Checking the license for' > app/witness.gradle 2>/dev/null
echo "========= git diff AFTER witness update "========= "
cd ../
git status
git diff
echo "========= git diff AFTER witness update "========= "
Expand Down

0 comments on commit e995d80

Please sign in to comment.