Skip to content

Commit

Permalink
main branch for building
Browse files Browse the repository at this point in the history
  • Loading branch information
oianmol committed Mar 23, 2022
1 parent 23502f5 commit f4bde1b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build_firebase_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
run: echo "APP_VERSION=release_$(date +'%Y-%m-%d_%H-%m-%S')" >> $GITHUB_ENV
- uses: actions/checkout@v1
- name: Create Firebase options from secrets
run: |
echo FIREBASE_OPTIONS >> /home/runner/work/PraxisFlutter/PraxisFlutter/lib/firebase_options.dart
cat /home/runner/work/PraxisFlutter/PraxisFlutter/lib/firebase_options.dart
shell: bash
env:
FIREBASE_OPTIONS: ${{secrets.FIREBASE_OPTIONS}}
id: write_file
uses: timheuer/[email protected]
with:
fileName: 'firebase_options.dart'
fileDir: '/home/runner/work/PraxisFlutter/PraxisFlutter/lib/'
encodedString: ${{ secrets.FIREBASE_OPTIONS }}
- uses: actions/setup-java@v1
with:
java-version: '12.x'
Expand Down Expand Up @@ -50,12 +50,12 @@ jobs:
run: echo "APP_VERSION=release_$(date +'%Y-%m-%d_%H-%m-%S')" >> $GITHUB_ENV
- uses: actions/checkout@v1
- name: Create Firebase options from secrets
run: |
echo FIREBASE_OPTIONS >> /home/runner/work/PraxisFlutter/PraxisFlutter/lib/firebase_options.dart
cat /home/runner/work/PraxisFlutter/PraxisFlutter/lib/firebase_options.dart
shell: bash
env:
FIREBASE_OPTIONS: ${{secrets.FIREBASE_OPTIONS}}
id: write_file
uses: timheuer/[email protected]
with:
fileName: 'firebase_options.dart'
fileDir: '/home/runner/work/PraxisFlutter/PraxisFlutter/lib/'
encodedString: ${{ secrets.FIREBASE_OPTIONS }}
- uses: actions/setup-java@v1
with:
java-version: '12.x'
Expand Down

0 comments on commit f4bde1b

Please sign in to comment.