Skip to content

Commit

Permalink
ci: 👷 add properties to the local.properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyBridle committed Nov 13, 2023
1 parent 6156db6 commit 17a4372
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
# fileDir: '/home/runner/work/Chouten-Android/Chouten-Android/app/keystore/'
# encodedString: ${{ secrets.KEYSTORE }}

- name: Add Properties to local.properties
run: |
echo ${{ secrets.DISCORD_BUG_WEBHOOK_EXTRA }} >> local.properties
# Build and sign APK ("-x test" argument is used to skip tests)
- name: Build APK
run: ./gradlew :app:assembleDebug -x test
Expand Down

0 comments on commit 17a4372

Please sign in to comment.