v2.6.8 ---- >>Modify the project name to:X-Panel

This commit is contained in:
心隨緣動 2025-09-02 02:41:14 +08:00 committed by GitHub
parent 049ba54081
commit 472d6e597d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
name: Release 3X-UI name: Release X-Panel
on: on:
workflow_dispatch: workflow_dispatch:
@ -47,7 +47,7 @@ jobs:
go-version-file: go.mod go-version-file: go.mod
check-latest: true check-latest: true
- name: Build 3X-UI for Linux - name: Build X-Panel for Linux
run: | run: |
export CGO_ENABLED=1 export CGO_ENABLED=1
export GOOS=linux export GOOS=linux
@ -173,7 +173,7 @@ jobs:
go-version-file: go.mod go-version-file: go.mod
check-latest: true check-latest: true
- name: Build 3X-UI for Windows - name: Build X-Panel for Windows
# 〔中文注释〕: 使用 PowerShell 执行脚本,更符合 Windows 环境 # 〔中文注释〕: 使用 PowerShell 执行脚本,更符合 Windows 环境
shell: pwsh shell: pwsh
run: | run: |