Skip to content

Commit

Permalink
chore: output path
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Apr 9, 2024
1 parent ddf2eda commit 1ccaa22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ jobs:
env:
APP_ID: ${{ secrets.firebase-app-id }}
run: |
firebase appdistribution:distribute ./android/app/build/outputs/apk/${{ inputs.output-path }} --app $APP_ID --release-notes "${{ inputs.name }} ${{ inputs.release-type }} release"
firebase appdistribution:distribute ${{ inputs.output-path }} --app $APP_ID --release-notes "${{ inputs.name }} ${{ inputs.release-type }} release"

0 comments on commit 1ccaa22

Please sign in to comment.