Skip to content

Commit

Permalink
Update apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BenHerbst authored Jan 13, 2024
1 parent 5d7af56 commit fc3125c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
path: build/app/outputs/apk/release/app-release.apk
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/app/outputs/apk/release/app-release.apk

Expand Down

0 comments on commit fc3125c

Please sign in to comment.