parent
7174a03cf2
commit
9233852c85
1 changed files with 13 additions and 0 deletions
13
.gitea/workflows/build.yml
Normal file
13
.gitea/workflows/build.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: flutter
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
- run: flutter --version
|
||||
- run: flutter build apk --release
|
Loading…
Reference in a new issue