Skip to content

Commit

Permalink
fix jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
2shrestha22 committed Jul 7, 2024
1 parent 854a5a9 commit 24eb6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
run: dart run build_runner build -d

- name: Build App Bundle
run: flutter build appbundle --build-number ${{ github.run_id }
run: flutter build appbundle --build-number ${{ github.run_id }}

- name: Build Split APK
run: flutter build apk --split-per-abi --build-number ${{ github.run_id }
run: flutter build apk --split-per-abi --build-number ${{ github.run_id }}

- name: Upload Artifacts - APK
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 24eb6f2

Please sign in to comment.