mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
Merge branch 'master' of https://github.com/Aunali321/revanced_manager_flutter
This commit is contained in:
commit
454ec33fef
25
.github/workflows/release-build.yml
vendored
Normal file
25
.github/workflows/release-build.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
name: Flutter CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- uses: actions/setup-java@v1
|
||||||
|
with:
|
||||||
|
java-version: '12.x'
|
||||||
|
- uses: subosito/flutter-action@v1
|
||||||
|
with:
|
||||||
|
channel: 'stable'
|
||||||
|
- run: flutter pub get
|
||||||
|
- run: flutter format --set-exit-if-changed .
|
||||||
|
- run: flutter build apk
|
||||||
|
- uses: actions/upload-artifact@v1
|
||||||
|
with:
|
||||||
|
name: release-apk
|
||||||
|
path: build/app/outputs/apk/release/app-release.apk
|
Loading…
Reference in New Issue
Block a user