Github images
This commit is contained in:
parent
455c95021b
commit
3b0bf2097e
BIN
.github/images/edit.jpg
vendored
Normal file
BIN
.github/images/edit.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
.github/images/launcher.jpg
vendored
Normal file
BIN
.github/images/launcher.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
.github/images/view.jpg
vendored
Normal file
BIN
.github/images/view.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -7,11 +7,11 @@ env:
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ release ]
|
||||
branches: [ main ]
|
||||
tags:
|
||||
- '**'
|
||||
pull_request:
|
||||
branches: [ release ]
|
||||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
@ -57,6 +57,7 @@ jobs:
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: |
|
||||
app/build/outputs/apk/release/app-release.apk
|
Loading…
x
Reference in New Issue
Block a user