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 2b92721 commit 31b993dCopy full SHA for 31b993d
.github/workflows/ci.yml
@@ -402,7 +402,7 @@ jobs:
402
cp README.md LICENSE "$d/"
403
tar -zcvf "$d.tar.gz" "$d"
404
echo -n "$(shasum -ba 256 "$d.tar.gz" | cut -d " " -f 1)" > "$d.tar.gz.sha256"
405
- if [[ $d =~ (sccache-)(.*)?pc-windows)(.*)? ]]; then
+ if [[ $d =~ sccache-.*-pc-windows-.* ]]; then
406
zip -r "$d.zip" "$d"
407
echo -n "$(shasum -ba 256 "$d.zip" | cut -d " " -f 1)" > "$d.zip.sha256"
408
fi
0 commit comments