Skip to content

Commit

Permalink
fix: build path
Browse files Browse the repository at this point in the history
  • Loading branch information
8954sood committed Nov 4, 2024
1 parent 33c8a9a commit 6e8931c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Sign Release
uses: r0adkll/sign-android-release@v1
with:
releaseDirectory: dodam-student/build/outputs/bundle/release
releaseDirectory: ./dodam-student/build/outputs/bundle/release
signingKeyBase64: ${{ secrets.DODAM_KEYSTORE }}
keyStorePassword: ${{ secrets.DODAM_KEYSTORE_PASSWORD }}
alias: ${{ secrets.DODAM_KEYSTORE_ALIAS }}
Expand Down

0 comments on commit 6e8931c

Please sign in to comment.