We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e02f9 commit d561feeCopy full SHA for d561fee
.github/workflows/build-test-and-release.yml
@@ -34,6 +34,6 @@ jobs:
34
- name: Push to Releases
35
uses: ncipollo/release-action@v1
36
with:
37
- artifacts: "build/app/outputs/apk/debug/*"
+ artifacts: "build/app/outputs/flutter-apk/*"
38
tag: v1.0.${{ github.run_number }}
39
token: ${{ secrets.TOKEN }}
0 commit comments