Skip to content

Commit

Permalink
fix Sign Apk actions apk path
Browse files Browse the repository at this point in the history
  • Loading branch information
JantHsueh committed Jan 17, 2020
1 parent 5023b38 commit 8f20d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: sign
uses: r0adkll/sign-android-release@v1
with:
releaseDirectory: app/build/outputs/apk/release/
releaseDirectory: demo/build/outputs/apk/release/
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
Expand Down

0 comments on commit 8f20d94

Please sign in to comment.