Skip to content

Commit

Permalink
Fix build workflow (maybe)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed Aug 8, 2021
1 parent 05a23fb commit d0d432d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'LiveTL/android'
uses: r0adkll/sign-android-release@v1
with:
releaseDirectory: app/build/outputs/bundle/playstore/release
releaseDirectory: app/build/outputs/bundle/playstoreRelease
signingKeyBase64: ${{ secrets.KEY_B64 }}
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.PASSWORD }}
Expand Down

0 comments on commit d0d432d

Please sign in to comment.