From a2b711af1759e497a0d6689f742b759d43ade687 Mon Sep 17 00:00:00 2001 From: elseif Date: Wed, 2 Sep 2026 11:29:55 +0800 Subject: [PATCH] modified: .github/workflows/patch_v7.yml --- .github/workflows/patch_v7.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/patch_v7.yml b/.github/workflows/patch_v7.yml index 0553ef4..a80f670 100644 --- a/.github/workflows/patch_v7.yml +++ b/.github/workflows/patch_v7.yml @@ -909,7 +909,6 @@ jobs: - name: Delete Release tag ${{ env.VERSION }}${{ env.ARCH_EXT }} if: needs.Prepare_Patch.outputs.RELEASE == 'true' run: | - sed -i "1i Build Time:$BUILD_TIME" $PUBLISH_DIR/CHANGELOG HEADER="Authorization: token ${{ secrets.GITHUB_TOKEN }}" RELEASE_INFO=$(curl -s -H "$HEADER" https://api.github.com/repos/${{ github.repository }}/releases/tags/$VERSION$ARCH_EXT) RELEASE_ID=$(echo $RELEASE_INFO | jq -r '.id') @@ -1046,7 +1045,6 @@ jobs: rm -f $PUBLISH_DIR/*.iso rm -f $PUBLISH_DIR/*.zip.sha256 rm -f $PUBLISH_DIR/*.iso.sha256 - sed -i '1d' $PUBLISH_DIR/CHANGELOG echo $VERSION $BUILD_TIME | tee $PUBLISH_DIR/info touch $PUBLISH_DIR/$CHANNEL REMOTE_PATH=${{ secrets.SSH_DIRECTORY }}/$VERSION