Skip to content

Commit feec18c

Browse files
committed
feat: remove sha256
1 parent 7f27aa8 commit feec18c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ jobs:
104104
for file in *; do
105105
filename=$(basename "$file")
106106
echo "Uploading $filename"
107-
# sha256sum $filename >> $file.sha256
108-
# gh release upload ${{ needs.create-release.outputs.VERSION }} $filename.sha256
109107
gh release upload ${{ needs.create-release.outputs.VERSION }} $filename
110108
done
111109
shell: bash

0 commit comments

Comments
 (0)