From 0a7eb9884d52e27bd2c5b01ed42bd80a6ddf6d12 Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Fri, 29 Sep 2023 12:21:54 +0530 Subject: [PATCH] Fix GH Action --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index bb96968..f01714e 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -71,7 +71,7 @@ jobs: run: flutter build web --base-href "/IIITB_Menu/" --web-renderer canvaskit - name: Build Android Release - run: flutter build apk --split-per-abi --release --no-track-widget-creation --analyze-size --target-platform "android-arm64 + run: flutter build apk --split-per-abi --release --no-track-widget-creation --analyze-size --target-platform "android-arm64" - name: Create Release uses: marvinpinto/action-automatic-releases@v1.2.1