File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -350,6 +350,7 @@ runs:
350
350
cd "$ARTIFACTS_DIR"
351
351
echo "$ANDROID_VERSION-$FULL_VERSION" > ${{ inputs.model }}.txt
352
352
echo "ANDROID_VER=$ANDROID_VERSION" >> $GITHUB_ENV
353
+ echo "FULL_VER=$FULL_VERSION" >> $GITHUB_ENV
353
354
354
355
- name : Run sed and perl Commands
355
356
shell : bash
@@ -495,7 +496,7 @@ runs:
495
496
cp "$GITHUB_WORKSPACE/kernel_patches/oneplus/hmbird/bins/"* ./tools/
496
497
patch -F 3 < "$GITHUB_WORKSPACE/kernel_patches/oneplus/hmbird/ak3_hmbird_patch.patch"
497
498
fi
498
- ZIP_NAME="AnyKernel3_${{ inputs.model }}_${{ inputs.android_version }}-${{ inputs.kernel_version }}_Next_${{ env.KSUVER }}_SUSFS_${{ env.SUSVER }}.zip"
499
+ ZIP_NAME="AnyKernel3_${{ inputs.model }}_${{ inputs.android_version }}-${{ env.FULL_VER }}_Next_${{ env.KSUVER }}_SUSFS_${{ env.SUSVER }}.zip"
499
500
ARTIFACTS_DIR="$CONFIG_DIR/artifacts"
500
501
echo "Creating zip file $ZIP_NAME in $ARTIFACTS_DIR..."
501
502
zip -r "$ARTIFACTS_DIR/$ZIP_NAME" ./*
You can’t perform that action at this time.
0 commit comments