Skip to content

Commit afed44e

Browse files
committed
feat: remove redundant comment in release workflow
1 parent 734ffe9 commit afed44e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ jobs:
201201
$SINGLE_FILE_ARGS
202202
203203
mkdir -p ./artifacts
204-
# 使用 -C 参数简化 tar 命令,避免 pushd/popd 错误
205204
tar -czf "./artifacts/$ARCHIVE_NAME" -C "$OUTPUT_DIR" .
206205
207206
echo "Created archive: $ARCHIVE_NAME"

0 commit comments

Comments
 (0)