File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -484,13 +484,7 @@ jobs:
484484
485485 - name : Set file name
486486 run : |
487- # Set artifact name base for consistent naming
488- # Prepare sublevel for naming
489- SUBLEVEL_FOR_NAME="${{ inputs.sub_level }}"
490- if [ -n "$ACTUAL_SUBLEVEL" ]; then
491- SUBLEVEL_FOR_NAME="$ACTUAL_SUBLEVEL"
492- fi
493- ARTIFACT_BASE="${{ inputs.kernel_version }}.${SUBLEVEL_FOR_NAME}-${{ inputs.android_version }}-${{ inputs.os_patch_level }}-${{ matrix.apply_bypass == 'bypass' && 'Bypass' || 'Normal' }}"
487+ ARTIFACT_BASE="${{ inputs.kernel_version }}.$ACTUAL_SUBLEVEL-${{ inputs.android_version }}-${{ inputs.os_patch_level }}-${{ matrix.apply_bypass == 'bypass' && 'Bypass' || 'Normal' }}"
494488 echo "ARTIFACT_BASE=$ARTIFACT_BASE" >> $GITHUB_ENV
495489 echo "FILE_NAME=$ARTIFACT_BASE" >> $GITHUB_ENV
496490
You can’t perform that action at this time.
0 commit comments