Skip to content

Commit 496387c

Browse files
committed
Fix release.yaml
1 parent 4d65a3e commit 496387c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
md="Artifacts:\n\`\`\`text\n${results}\n\`\`\`"
7676
echo -e "${md}" >> "$GITHUB_STEP_SUMMARY"
7777
echo "Verification String: '${name//-/_}-${tag}-'"
78-
find "${path}" -type f | grep -- "${name/-/_}-${tag}-" > /dev/null
78+
find "${path}" -type f | grep -- "${name//-/_}-${tag}-" > /dev/null
7979
8080
- name: "Publish to PyPI"
8181
id: publish

0 commit comments

Comments
 (0)