Skip to content

Commit

Permalink
Update released-app-distribution.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino authored Mar 11, 2024
1 parent 5276c08 commit cd4cb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/released-app-distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: sign_app
uses: r0adkll/sign-android-release@v1
with:
releaseDirectory: app/build/outputs/apk/release
releaseDirectory: app/build/outputs/apk/release
signingKeyBase64: ${{ secrets.KEY_BASE_64_RELEASE }}
alias: ${{ secrets.KEY_ALIAS }}
keyStorePassword: ${{ secrets.KEYSTORE_PASSWORD }}
Expand Down

0 comments on commit cd4cb2b

Please sign in to comment.