Github images

This commit is contained in:
soraefir 2024-03-24 11:16:09 +01:00
parent 455c95021b
commit 3b0bf2097e
Signed by: sora
GPG Key ID: A362EA0491E2EEA0
4 changed files with 3 additions and 2 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
.github/images/view.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -7,11 +7,11 @@ env:
on: on:
push: push:
branches: [ release ] branches: [ main ]
tags: tags:
- '**' - '**'
pull_request: pull_request:
branches: [ release ] branches: [ main ]
workflow_dispatch: workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # 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 - name: Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with: with:
files: | files: |
app/build/outputs/apk/release/app-release.apk app/build/outputs/apk/release/app-release.apk