fix(ci-cd): debug

This commit is contained in:
Myzel394 2023-09-18 20:06:04 +02:00
parent 7c2767188c
commit cad362a7be
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B

View File

@ -32,8 +32,8 @@ jobs:
- name: Upload APKs 🚀
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
files: app/build/outputs/apk/release/*.apk
tag_name: ${{ github.ref }}