Skip to content

Commit

Permalink
Update build_apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejMecka authored Feb 9, 2024
1 parent 559602f commit ad2bfe0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
files: '*.apk' # Selecting all the apk files
files: |
'*.apk'
'*.aab'
# Selecting all the apk, aab files
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: v1.0.0 # this is used in releases and has nothing to do with the pwa-to-apk-action
# it is only used in softprops/action-gh-release action

0 comments on commit ad2bfe0

Please sign in to comment.