We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a2218 commit 0da224eCopy full SHA for 0da224e
.github/workflows/build_release.yml
@@ -21,5 +21,5 @@ jobs:
21
- name: Push APK to Releases
22
uses: ncipollo/release-action@v1
23
with:
24
- artifacts: "build/app/outputs/apk/debug/*.apk"
+ artifacts: "build/app/outputs/apk/flutter-apk/*.apk"
25
token: ${{ secrets.TOKEN }}
0 commit comments