We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f27aa8 commit feec18cCopy full SHA for feec18c
1 file changed
.github/workflows/release.yml
@@ -104,8 +104,6 @@ jobs:
104
for file in *; do
105
filename=$(basename "$file")
106
echo "Uploading $filename"
107
-# sha256sum $filename >> $file.sha256
108
-# gh release upload ${{ needs.create-release.outputs.VERSION }} $filename.sha256
109
gh release upload ${{ needs.create-release.outputs.VERSION }} $filename
110
done
111
shell: bash
0 commit comments