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 0da224e commit ef4d761Copy full SHA for ef4d761
.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/flutter-apk/*.apk"
+ artifacts: "build/app/outputs/apk/release/*.apk"
25
token: ${{ secrets.TOKEN }}
0 commit comments