Skip to content

Update distributeApp.sh #24

Update distributeApp.sh

Update distributeApp.sh #24

Workflow file for this run

name: CI
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Set ownership
run: |
# this is to fix GIT not liking owner of the checkout dir
chown -R $(id -u):$(id -g) $PWD
- name: Firebase App Distribution Action
uses: ./
with:
app_id: ${{secrets.FIREBASE_APP_ID}}
firebase_token: ${{secrets.FIREBASE_TOKEN}}
app_file: app-release-ac-signed.apk
tester_groups: maintainers