This action uploader a file to Firebase storage and add an entry in the Firestore database
Used mostly to roll out software update
Required The file path to uploader (exe or apk)
Required Service Account JSON content
Required The storage bucket name
Required The destination folder in the bucket
The storage URL of the uploaded file
uses: b4n92uid/firepub-action@main
with:
filename: "android/app/build/outputs/apk/release/mosaic-store-release.apk"
sa-key: ${{ secret.GCP_SA_KEY }}
bucket: mosaic-store-dev.appspot.com
dst: releases