diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-13 23:06:48 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-13 23:06:48 +0000 |
| commit | 585a8c0d59d3c08a836f83217370c2218bc8318e (patch) | |
| tree | 66e46e475ee71acdd01bc03fa54f9947dce76e92 /.github | |
| parent | ae89af779d1b02b492136122f29e7d91e66616cb (diff) | |
fix: switch to wzieba/Firebase-Distribution-Github-Action
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index fcc69b1..78584dc 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -35,7 +35,7 @@ jobs: - name: upload artifact to Firebase App Distribution if: github.ref == 'refs/heads/master' - uses: willydouglas/firebase-distribution-action@v1 + uses: wzieba/Firebase-Distribution-Github-Action@v1 with: appId: ${{secrets.FIREBASE_APP_ID}} serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }} |
