From 873d0c1a9b969dbd3cc56f6e3e2cfc333ddac2f5 Mon Sep 17 00:00:00 2001 From: Wang Haoyu Date: Wed, 8 Apr 2026 23:40:21 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"ci:=E6=B7=BB=E5=8A=A0Actions=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=8F=91=E5=B8=83artifacts"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dotnet-build.yml | 11 ++--------- .idea/.idea.SystemTools/.idea/.gitignore | 15 --------------- .idea/.idea.SystemTools/.idea/encodings.xml | 4 ---- .idea/.idea.SystemTools/.idea/indexLayout.xml | 8 -------- .idea/.idea.SystemTools/.idea/vcs.xml | 6 ------ 5 files changed, 2 insertions(+), 42 deletions(-) delete mode 100644 .idea/.idea.SystemTools/.idea/.gitignore delete mode 100644 .idea/.idea.SystemTools/.idea/encodings.xml delete mode 100644 .idea/.idea.SystemTools/.idea/indexLayout.xml delete mode 100644 .idea/.idea.SystemTools/.idea/vcs.xml diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 2d774e9..dcce085 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -21,12 +21,5 @@ jobs: - name: Restore dependencies run: dotnet restore - - name: Build CIPX - run: dotnet publish -p:CreateCipx=true --configuration Release --no-restore - - - name: Upload artifacts - uses: actions/upload-artifact@v4 - with: - name: systemtools-cipx-artifacts - path: | - D:\a\SystemTools\SystemTools\cipx\SystemTools.cipx + - name: Build + run: dotnet build --configuration Release --no-restore diff --git a/.idea/.idea.SystemTools/.idea/.gitignore b/.idea/.idea.SystemTools/.idea/.gitignore deleted file mode 100644 index 23226b7..0000000 --- a/.idea/.idea.SystemTools/.idea/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -# 默认忽略的文件 -/shelf/ -/workspace.xml -# Rider 忽略的文件 -/projectSettingsUpdater.xml -/modules.xml -/contentModel.xml -/.idea.SystemTools.iml -# 已忽略包含查询文件的默认文件夹 -/queries/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -# 基于编辑器的 HTTP 客户端请求 -/httpRequests/ diff --git a/.idea/.idea.SystemTools/.idea/encodings.xml b/.idea/.idea.SystemTools/.idea/encodings.xml deleted file mode 100644 index df87cf9..0000000 --- a/.idea/.idea.SystemTools/.idea/encodings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/.idea.SystemTools/.idea/indexLayout.xml b/.idea/.idea.SystemTools/.idea/indexLayout.xml deleted file mode 100644 index 7b08163..0000000 --- a/.idea/.idea.SystemTools/.idea/indexLayout.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.SystemTools/.idea/vcs.xml b/.idea/.idea.SystemTools/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/.idea.SystemTools/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file