Skip to content

Commit ef4d761

Browse files
committed
fix: action
1 parent 0da224e commit ef4d761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
- name: Push APK to Releases
2222
uses: ncipollo/release-action@v1
2323
with:
24-
artifacts: "build/app/outputs/apk/flutter-apk/*.apk"
24+
artifacts: "build/app/outputs/apk/release/*.apk"
2525
token: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)