Skip to content

Commit

Permalink
Make APK artifact names unique
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Dec 18, 2023
1 parent 4841e9b commit a5c549f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ jobs:
- name: Upload APK as artifact
uses: actions/upload-artifact@v4
with:
name: example-apk
name: example-apk-flutter-${{ matrix.flutter-channel }}
path: example/build/app/outputs/apk/release/app-release.apk

0 comments on commit a5c549f

Please sign in to comment.