Skip to content

Commit

Permalink
update ci-cd-pipeline.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Racka <bmkilaha@gmail.com>
  • Loading branch information
racka98 committed Aug 22, 2024
1 parent 342a410 commit d93035f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: ilharp/sign-android-release@v1
id: sign_aab
with:
releaseDir: android/app/build/outputs/bundle/release
releaseDir: composeApp/build/outputs/bundle/release
signingKey: ${{ secrets.KEYSTORE_FILE }}
keyAlias: ${{ secrets.KEY_ALIAS }}
keyStorePassword: ${{ secrets.KEYSTORE_PASSWORD }}
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/upload-artifact@master
with:
name: android-debug.apk
path: ./android/app/build/outputs/apk/debug/app-debug.apk
path: ./composeApp/build/outputs/apk/debug/app-debug.apk

- if: ${{ matrix.config.target == 'Windows' }}
name: Upload Windows MSI Package
Expand Down

0 comments on commit d93035f

Please sign in to comment.