Skip to content

Commit

Permalink
Update release_apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteen authored Dec 8, 2023
1 parent 9bf8f40 commit 0f9fc91
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release_apk.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
name: release_apk
name: release apk

on:
push:
branches: [ "main" ]
branches:
- master

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v2
- uses: subosito/flutter-action@v1
with:
channel: 'beta'
distribution: 'github'
- run: flutter pub get
- run: flutter format --set-exit-if-changed .
- run: flutter analyze .
Expand Down

0 comments on commit 0f9fc91

Please sign in to comment.