Skip to content

Commit

Permalink
Setting up new releases
Browse files Browse the repository at this point in the history
No Firebase versions will have to download from Github for now
  • Loading branch information
Jacob Rein committed Jul 11, 2022
1 parent f75c488 commit 7148f72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: Sign app APK
id: manga_sign
with:
releaseDirectory: mangaworld/build/outputs/apk/release
releaseDirectory: mangaworld/build/outputs/apk/full/release
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEYSTORE_PASSWORD }}
Expand All @@ -64,7 +64,7 @@ jobs:
name: Sign app APK
id: anime_sign
with:
releaseDirectory: animeworld/build/outputs/apk/release
releaseDirectory: animeworld/build/outputs/apk/full/release
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEYSTORE_PASSWORD }}
Expand All @@ -74,7 +74,7 @@ jobs:
name: Sign app APK
id: novel_sign
with:
releaseDirectory: novelworld/build/outputs/apk/release
releaseDirectory: novelworld/build/outputs/apk/full/release
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEYSTORE_PASSWORD }}
Expand All @@ -84,7 +84,7 @@ jobs:
name: Sign app APK
id: animetv_sign
with:
releaseDirectory: animeworldtv/build/outputs/apk/release
releaseDirectory: animeworldtv/build/outputs/apk/full/release
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEYSTORE_PASSWORD }}
Expand Down

0 comments on commit 7148f72

Please sign in to comment.