fix(ci-cd): debug

This commit is contained in:
Myzel394 2023-09-18 19:52:08 +02:00
parent de777223aa
commit 7c2767188c
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ on:
types: [ published ]
jobs:
build-app:
release-app-github:
runs-on: ubuntu-latest
steps:
@ -36,3 +36,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
files: app/build/outputs/apk/release/*.apk
tag_name: ${{ github.ref }}

View File

@ -5,7 +5,7 @@ on:
types: [ published ]
jobs:
build-app:
release-app-google-play:
runs-on: ubuntu-latest
steps: