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 0b22972 commit 4d3fdf6
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 @@ -56,5 +56,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 4d3fdf6

Please sign in to comment.