From 472d6e597d2335afaf49266659061a4421821c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= Date: Tue, 2 Sep 2025 02:41:14 +0800 Subject: [PATCH] =?UTF-8?q?v2.6.8=20----=20>>Modify=20the=20project=20name?= =?UTF-8?q?=20to=EF=BC=9AX-Panel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1480dcf8..5875cdca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release 3X-UI +name: Release X-Panel on: workflow_dispatch: @@ -47,7 +47,7 @@ jobs: go-version-file: go.mod check-latest: true - - name: Build 3X-UI for Linux + - name: Build X-Panel for Linux run: | export CGO_ENABLED=1 export GOOS=linux @@ -173,7 +173,7 @@ jobs: go-version-file: go.mod check-latest: true - - name: Build 3X-UI for Windows + - name: Build X-Panel for Windows # 〔中文注释〕: 使用 PowerShell 执行脚本,更符合 Windows 环境 shell: pwsh run: |