Skip to content

Commit

Permalink
Solving workflows #8
Browse files Browse the repository at this point in the history
  • Loading branch information
nizwar committed Jan 6, 2023
1 parent ab447ae commit 9bcf607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Release the APKs
uses: ncipollo/release-action@v1
with:
artifacts: "example/build/app/outputs/flutter-apk, source_code.zip"
artifacts: "example/build/app/outputs/flutter-apk/*.apk, source_code.zip"
token: ${{ secrets.GITHUB_TOKEN }}
tag: v${{ steps.project_version.outputs.version_number }}+${{ steps.project_version.outputs.build_number }}
name: "v${{ steps.project_version.outputs.version_number }}+${{ steps.project_version.outputs.build_number }}"

0 comments on commit 9bcf607

Please sign in to comment.