Skip to content

Commit

Permalink
ci(Actions): Fix regex for upload artifact pattern matching
Browse files Browse the repository at this point in the history
Signed-off-by: arafaysaleem <a.rafaysaleem@gmail.com>
  • Loading branch information
arafaysaleem committed Jun 8, 2021
1 parent f989bd5 commit 3db54a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR-merge-build-release.yaml
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: ncipollo/release-action@v1.8.6
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 3db54a0

Please sign in to comment.