We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abaced3 commit 4ea354fCopy full SHA for 4ea354f
.github/workflows/CI.yaml
@@ -114,10 +114,6 @@ jobs:
114
7z a -mx9 "$zip_path" ${{ env.ProjectName }}
115
echo "GENERIC_SHA256=$((Get-FileHash $zip_path -Algorithm SHA256).Hash)" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
116
117
- - name: Changelog
118
- uses: glennawatson/ChangeLog@v1
119
- id: changelog
120
-
121
- name: Create a new GitHub release
122
uses: ncipollo/release-action@v1
123
with:
@@ -126,7 +122,6 @@ jobs:
126
draft: false
127
artifacts: builtfiles/*
128
124
body: |
129
- ${{ steps.changelog.outputs.commitLog }}
130
125
## Hash
131
| Filename | SHA-256 |
132
| :- | :- |
0 commit comments