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