File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,16 @@ jobs:
55
55
arch : x86_64
56
56
profile : Nexus 6
57
57
script : ./bin/flashlightCI.sh
58
+
59
+
60
+ - name : Set sanitized variable
61
+ id : sanitize
62
+ run : echo "sanitized_name=$(echo '${{ github.head_ref || github.ref_name }}-${{ matrix.api-level }}-${{ matrix.target }}' | tr -cd '[:alnum:]-_')" >> $GITHUB_ENV
58
63
- uses : actions/upload-artifact@v4
59
64
with :
60
- name : results-${{ github.head_ref || github.ref_name }}-${{ matrix.api-level }}-${{ matrix.target }}
65
+ name : results-${{ env.sanitized_name }}
61
66
path : results.json
62
67
- uses : actions/upload-artifact@v4
63
68
with :
64
- name : test-app-${{ github.head_ref || github.ref_name }}-${{ matrix.api-level }}-${{ matrix.target }}
69
+ name : test-app-${{ env.sanitized_name }}
65
70
path : android/app/build/outputs/apk/release/app-release.apk
You can’t perform that action at this time.
0 commit comments