We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215a757 commit 6b70bfbCopy full SHA for 6b70bfb
1 file changed
.github/workflows/release.yml
@@ -135,7 +135,7 @@ jobs:
135
cp scripts/install.sh dist/install.sh
136
cp scripts/install.ps1 dist/install.ps1
137
chmod +x dist/install.sh
138
- cd dist && sha256sum *.tar.gz *.zip *.msi 2>/dev/null > SHA256SUMS.txt || true
+ (cd dist && sha256sum *.tar.gz *.zip *.msi 2>/dev/null > SHA256SUMS.txt) || true
139
echo "=== Release assets ==="
140
ls -lh dist/
141
0 commit comments