Skip to content

Commit

Permalink
[REFACTOR] debug_deploy.yml version removed firebase deploy phase
Browse files Browse the repository at this point in the history
  • Loading branch information
h00650466 committed Mar 20, 2024
1 parent e5f500c commit a0be314
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/debug_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: app-debug.apk
path: app/build/outputs/apk/debug/app-debug.apk
# deploy_To_Firebase
deploy-firebase:
# 1
needs: [ build ]
runs-on: ubuntu-latest
steps:
# 2
- uses: actions/download-artifact@v3
with:
name: app-debug.apk
#3
- name: upload artifact to Firebase App Distribution
uses: wzieba/[email protected]
with:
appId: ${{secrets.FIREBASE_APP_ID}}
token: ${{secrets.FIREBASE_TOKEN}}
groups: debug-test
file: app-debug.apk
path: app/build/outputs/apk/debug/app-debug.apk

0 comments on commit a0be314

Please sign in to comment.