mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 14:55:26 +02:00
fix(ci-cd): debug
This commit is contained in:
parent
de777223aa
commit
7c2767188c
3
.github/workflows/release-app-github.yaml
vendored
3
.github/workflows/release-app-github.yaml
vendored
@ -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 }}
|
||||
|
@ -5,7 +5,7 @@ on:
|
||||
types: [ published ]
|
||||
|
||||
jobs:
|
||||
build-app:
|
||||
release-app-google-play:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user