Skip to content

Commit

Permalink
housekeeping: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBSbige committed May 30, 2022
1 parent abaced3 commit 4ea354f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ jobs:
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
- name: Changelog
uses: glennawatson/ChangeLog@v1
id: changelog

- name: Create a new GitHub release
uses: ncipollo/release-action@v1
with:
Expand All @@ -126,7 +122,6 @@ jobs:
draft: false
artifacts: builtfiles/*
body: |
${{ steps.changelog.outputs.commitLog }}
## Hash
| Filename | SHA-256 |
| :- | :- |
Expand Down

0 comments on commit 4ea354f

Please sign in to comment.