浏览代码

Using pack instead of build.

BDisp 1 年之前
父节点
当前提交
820bf44e99
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/dotnet-core.yml

+ 2 - 2
.github/workflows/dotnet-core.yml

@@ -90,8 +90,8 @@ jobs:
         dotnet-version: 8.x
         dotnet-quality: 'ga'
 
-    - name: Build Release
-      run: dotnet build --configuration Release
+    - name: Pack Releae
+      run: dotnet pack --configuration Release --output ./bin/Release
 
 
     # Note: this step is currently not writing to the gist for some reason