From d55bb278886fc992a6ca85bcabd187f491d01072 Mon Sep 17 00:00:00 2001 From: AhsanSarwar45 Date: Mon, 11 Dec 2023 15:36:52 +0500 Subject: [PATCH] Fix typo in apk directory --- .github/workflows/android-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index 8ca61165..1c95576b 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -64,7 +64,7 @@ jobs: - name: Create Github Release uses: ncipollo/release-action@v1 with: - artifacts: "build/app/outputs/bundle/release/*.aab,build/app/outputs/bundle/release/*.apk" + artifacts: "build/app/outputs/bundle/release/*.aab,build/app/outputs/flutter-apk/*.apk" # tag: $GIT_TAG_NAME # token: ${{ secrets.PERSONAL_RELEASE_TOKEN }}