Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 authored Feb 22, 2024
1 parent 2682ff6 commit daa209c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Build and Release APK
on:
workflow_dispatch:
push:
paths:
- '**.yml'
tags:
- "v*"

jobs:
build-docs:
Expand Down Expand Up @@ -59,6 +59,7 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
draft: true
files: |
app/build/outputs/apk/release/*.apk

0 comments on commit daa209c

Please sign in to comment.