From 38ef6e4692d7557e23026ea95bfa8eee00d92dd0 Mon Sep 17 00:00:00 2001 From: ange Date: Sun, 2 Feb 2025 01:11:19 +0000 Subject: [PATCH] feat: remove flutter test --- .gitea/workflows/apk.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/apk.yaml b/.gitea/workflows/apk.yaml index e1015f6..33a556f 100644 --- a/.gitea/workflows/apk.yaml +++ b/.gitea/workflows/apk.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v1 with: subpath: dialer/ - - uses: icing/flutter@test + - uses: icing/flutter@main - uses: actions/upload-artifact@v1 with: name: icing-dialer-${{ gitea.ref_name }}-${{ gitea.run_id }}.apk