Skip to content

Commit

Permalink
Update buildAndroid.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater authored Feb 3, 2024
1 parent 8366706 commit 2409ee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildAndroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
sed -i 's@// inject signing config@//inject signing config\r\nstoreFile = file("../../freetube.keystore")@' android/app/build.gradle.kts
sed -i 's@// inject signing config@//inject signing config\r\nkeyPassword = "${{ secrets.KEYSTORE_PASSWORD }}"@' android/app/build.gradle.kts
sed -i 's@// inject signing config@keyAlias = "freetubecordova"@' android/app/build.gradle.kts
cat android/app/build.gradle.kts
- name: Update name
run: |
Expand Down

0 comments on commit 2409ee5

Please sign in to comment.