Skip to content

Commit d561fee

Browse files
committed
fixed the app not being moved to releases
1 parent d7e02f9 commit d561fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
- name: Push to Releases
3535
uses: ncipollo/release-action@v1
3636
with:
37-
artifacts: "build/app/outputs/apk/debug/*"
37+
artifacts: "build/app/outputs/flutter-apk/*"
3838
tag: v1.0.${{ github.run_number }}
3939
token: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)