Skip to content

Commit

Permalink
Update Workflow to fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejMecka committed Feb 9, 2024
1 parent ad2bfe0 commit 5624e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
'*.apk'
'*.aab'
*.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
Expand Down

0 comments on commit 5624e14

Please sign in to comment.