浏览代码

housekeeping: fix CI

Bruce Wayne 3 年之前
父节点
当前提交
da850b8c10
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      .github/workflows/CI.yaml

+ 0 - 5
.github/workflows/CI.yaml

@@ -114,10 +114,6 @@ jobs:
           7z a -mx9 "$zip_path" ${{ env.ProjectName }}
           7z a -mx9 "$zip_path" ${{ env.ProjectName }}
           echo "GENERIC_SHA256=$((Get-FileHash $zip_path -Algorithm SHA256).Hash)" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
           echo "GENERIC_SHA256=$((Get-FileHash $zip_path -Algorithm SHA256).Hash)" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
 
 
-      - name: Changelog
-        uses: glennawatson/ChangeLog@v1
-        id: changelog
-
       - name: Create a new GitHub release
       - name: Create a new GitHub release
         uses: ncipollo/release-action@v1
         uses: ncipollo/release-action@v1
         with:
         with:
@@ -126,7 +122,6 @@ jobs:
           draft: false
           draft: false
           artifacts: builtfiles/*
           artifacts: builtfiles/*
           body: |
           body: |
-            ${{ steps.changelog.outputs.commitLog }}
             ## Hash
             ## Hash
             | Filename | SHA-256 |
             | Filename | SHA-256 |
             | :- | :- |
             | :- | :- |