File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ jobs:
3939 run : echo $GITHUB_ENV
4040 - name : Build Android Release
4141 run : |
42- cd ${{ github.workspace }}/apps/box/android
42+ cd ${{ github.workspace }}/apps/box/android/apps/box/android
4343 ./gradlew assembleRelease
4444 - name : List Directory
45- run : ls -la ${{ github.workspace }}
45+ run : ls -la ${{ github.workspace }}/apps/box/android/app/build/outputs/apk/release
4646 - name : Sign APK
4747 uses : r0adkll/sign-android-release@v1
4848 with :
49- releaseDirectory : ${{ github.workspace }}/app/build/outputs/apk/release
49+ releaseDirectory : ${{ github.workspace }}/apps/box/android/ app/build/outputs/apk/release
5050 signingKeyBase64 : ${{ secrets.SIGNING_KEY_BASE64 }}
5151 alias : ${{ secrets.KEY_ALIAS }}
5252 keyStorePassword : ${{ secrets.KEY_STORE_PASSWORD }}
5656 with :
5757 serviceAccountJsonPlainText : ${{ secrets.SERVICE_ACCOUNT_JSON }}
5858 packageName : land.fx.blox
59- releaseFiles : ${{ github.workspace }}/app/build/outputs/apk/release/app-release.apk
59+ releaseFiles : ${{ github.workspace }}/apps/box/android/ app/build/outputs/apk/release/app-release.apk
6060 track : production
You can’t perform that action at this time.
0 commit comments