-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REFACTOR] debug_deploy.yml version removed firebase deploy phase
- Loading branch information
h00650466
committed
Mar 20, 2024
1 parent
e5f500c
commit a0be314
Showing
1 changed file
with
1 addition
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |