Skip to content

Commit

Permalink
Upload artifacts for each branch and store it up to 30 days.
Browse files Browse the repository at this point in the history
  • Loading branch information
braniii committed Jan 30, 2024
1 parent 7599f03 commit efb5d92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,10 @@ jobs:
run: |
cd app
flutter build apk --split-per-abi --release
- name: ⬆️ 📦 Upload apks
uses: actions/upload-artifact@v4
with:
name: "apks_${{ github.head_ref || github.ref_name }}"
path: "app/build/app/outputs/flutter-apk/*.apk"
retention-days: 30
overwrite: true

0 comments on commit efb5d92

Please sign in to comment.