Skip to content

Commit

Permalink
Merge pull request #9 from arafaysaleem/hotfix/fix-release-CI
Browse files Browse the repository at this point in the history
ci(Actions): Fix regex for upload artifact pattern matching
  • Loading branch information
arafaysaleem authored Jun 8, 2021
2 parents 7e28f02 + 3db54a0 commit 18c5e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR-merge-build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: ncipollo/[email protected]
with:
tag: "${{ steps.generate_tag.outputs.new_tag }}"
artifacts: "build/app/outputs/apk/release/app-arm*.apk"
artifacts: "build/app/outputs/apk/release/*.apk"
name: "Release ${{ steps.generate_tag.outputs.new_tag }}"
body: "${{ steps.generate_tag.outputs.changelog }}"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 18c5e0b

Please sign in to comment.