Skip to content

Commit

Permalink
fix: create release action
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharlock10 committed Mar 12, 2024
1 parent 68cc69c commit e7fd7d2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/prod-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7fd7d2

Please sign in to comment.