We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8dc2f commit 51ee923Copy full SHA for 51ee923
.github/actions/build-android/action.yml
@@ -4,7 +4,7 @@
4
# but actions can be run dynamically from the runner's filesystem.
5
6
name: Build and test (Android)
7
-description: Build and test (Android)
+description:
8
9
inputs:
10
triplet:
@@ -22,7 +22,7 @@ runs:
22
run: ./Android/android.py package ${{ inputs.triplet }}
23
- uses: actions/upload-artifact@v4
24
with:
25
- name: android
+ name: ${{ inputs.triplet }}
26
path: cross-build/${{ inputs.triplet }}/dist/*
27
if-no-files-found: error
28
0 commit comments