Skip to content

Commit

Permalink
Pipeline - android dev | change release path
Browse files Browse the repository at this point in the history
  • Loading branch information
bricefriha committed Jan 8, 2025
1 parent 99586bb commit 99ad9d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ jobs:
run: |
echo "${{ secrets.keystore }}" > myapp.keystore.asc
gpg -d --passphrase "${{ secrets.keystore-password }}" --batch myapp.keystore.asc > ${{ github.workspace }}/output/myapp.keystore
- name: List Bundles
run: ls ${{ github.workspace }}/${{ inputs.project-folder }}/bin/${{ inputs.build-config }}
- name: Publish MAUI Android AAB
run: dotnet publish ${{inputs.project-file}} -c ${{ inputs.build-config }} -f ${{ inputs.dotnet-version-target }}-android /p:AndroidPackageFormats=aab /p:AndroidKeyStore=true /p:AndroidSigningKeyStore=${{ github.workspace }}/output/myapp.keystore /p:AndroidSigningKeyAlias=${{secrets.keystore-alias}} /p:AndroidSigningKeyPass="${{ secrets.keystore-password }}" /p:AndroidSigningStorePass="${{ secrets.keystore-password }}" --no-restore

- name: List Bundles
run: ls ${{ github.workspace }}/${{ inputs.project-folder }}/bin/${{ inputs.build-config }}/${{ inputs.dotnet-version-target }}-android/
- uses: r0adkll/[email protected]
name: Upload Android Artifact to Play Console internal
if: ${{contains(inputs.deploy-type, 'dev')}}
Expand Down

0 comments on commit 99ad9d3

Please sign in to comment.