From e7fd7d247649ea3e9e8649d7c4cdc052acdc6973 Mon Sep 17 00:00:00 2001 From: Tushar Jain Date: Tue, 12 Mar 2024 05:43:59 +0530 Subject: [PATCH] fix: create release action --- .github/workflows/prod-workflow.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/prod-workflow.yaml b/.github/workflows/prod-workflow.yaml index b570cb1..59f9a3e 100644 --- a/.github/workflows/prod-workflow.yaml +++ b/.github/workflows/prod-workflow.yaml @@ -177,12 +177,9 @@ jobs: uses: actions/download-artifact@v4 with: path: ./artifacts - - - name: Unzip All Artifacts - run: | - unzip ./artifacts/apk/app-release.apk.zip -d ./artifacts/apk - unzip ./artifacts/aab/app-release.aab.zip -d ./artifacts/aab - unzip ./artifacts/web/web.zip.zip -d ./artifacts/web + + - name: View files + run: ls ./artifacts - name: Get flutter version id: flutter_version