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
7c2767188c
commit
cad362a7be
2
.github/workflows/release-app-github.yaml
vendored
2
.github/workflows/release-app-github.yaml
vendored
@ -32,8 +32,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload APKs 🚀
|
- name: Upload APKs 🚀
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
with:
|
with:
|
||||||
files: app/build/outputs/apk/release/*.apk
|
files: app/build/outputs/apk/release/*.apk
|
||||||
tag_name: ${{ github.ref }}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user