Skip to content

Commit

Permalink
fix app name in build_and_deploy_on_workflow_dispatch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anangkur committed Dec 13, 2023
1 parent 9c749b3 commit 942c5c5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build_and_deploy_on_workflow_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,10 @@ jobs:
export_to: env
- name: build
run: ./gradlew assemble${{env.build_type}}
- name: Expose version name
uses: michpohl/[email protected]
with:
expose-version-name: 'true'
expose-version-code: 'false'
- name: deploy
uses: wzieba/Firebase-Distribution-Github-Action@v1
with:
appId: ${{secrets.FIREBASE_APP_ID}}
serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
groups: testers
file: app/build/outputs/apk/${{env.build_type}}/mediku-${{env.ANDROID_VERSION_NAME}}.apk
file: app/build/outputs/apk/${{env.build_type}}/app-${{env.build_type}}.apk

0 comments on commit 942c5c5

Please sign in to comment.