Skip to content

Commit b4c7818

Browse files
Fixed deleting file containing spaces
1 parent 26b7018 commit b4c7818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/postman.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
version=$(python3 -c "import re; print(re.match(r'postman.*(([0-9]+\.){2}[0-9]+).*${ext}', '${file}').group(1))")
7979
echo "Postman Version = ${version}"
8080
echo "VERSION=${version}" >> $GITHUB_ENV
81-
rm -v ${file}
81+
rm -v "${file}"
8282
8383
- name : "Check if app.asar file is found"
8484
run: |

0 commit comments

Comments
 (0)