Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmarmalade committed Sep 12, 2022
1 parent 9ed0d90 commit aea1cec
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: '12.x'

- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'

- name: Create the Keystore file
env:
Expand All @@ -84,10 +89,10 @@ jobs:
echo $KEYSTORE_BASE64 | base64 -di > android/app/key.jks
echo $KEY_PROPERTIES | base64 -di > android/key.properties
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: list files
run: |
ls -all
ls -all android
- name: Build
run: |
Expand All @@ -114,4 +119,3 @@ jobs:
with:
name: artifact-android
path: build/app/outputs/flutter-apk/IceLiveViewer-${{github.ref_name}}-android.apk

0 comments on commit aea1cec

Please sign in to comment.