Skip to content

Commit 51ee923

Browse files
committed
Use different artifact names in each matrix job
1 parent 1d8dc2f commit 51ee923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build-android/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# but actions can be run dynamically from the runner's filesystem.
55

66
name: Build and test (Android)
7-
description: Build and test (Android)
7+
description:
88

99
inputs:
1010
triplet:
@@ -22,7 +22,7 @@ runs:
2222
run: ./Android/android.py package ${{ inputs.triplet }}
2323
- uses: actions/upload-artifact@v4
2424
with:
25-
name: android
25+
name: ${{ inputs.triplet }}
2626
path: cross-build/${{ inputs.triplet }}/dist/*
2727
if-no-files-found: error
2828

0 commit comments

Comments
 (0)