Skip to content

Commit

Permalink
�chore: AOS-cd jobs 통일 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehan4707 authored Nov 29, 2023
1 parent 5757fdf commit 2653090
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/AOS-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,11 @@ jobs:
release_name: ${{ steps.extract_version_name.outputs.version }}
files: |
AOS/app/build/outputs/apk/release/app-release.apk
deploy:
needs: build
runs-on: ubuntu-latest
steps:
- name: Upload to Firebase App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@v1
with:
appId: ${{ secrets.FIREBASE_APP_ID }}
serviceCredentialsFileContent: ${{ secrets.FIREBASE_CREDENTIAL_FILE_CONTENT }}
groups: test
releaseNotesFile: AOS/release_note.txt
file: AOS/app/build/outputs/apk/release/app-release.apk
- name: Upload to Firebase App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@v1
with:
appId: ${{ secrets.FIREBASE_APP_ID }}
serviceCredentialsFileContent: ${{ secrets.FIREBASE_CREDENTIAL_FILE_CONTENT }}
groups: test
releaseNotesFile: AOS/release_note.txt
file: AOS/app/build/outputs/apk/release/app-release.apk

0 comments on commit 2653090

Please sign in to comment.