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 26b7018 commit b4c7818Copy full SHA for b4c7818
.github/workflows/postman.yml
@@ -78,7 +78,7 @@ jobs:
78
version=$(python3 -c "import re; print(re.match(r'postman.*(([0-9]+\.){2}[0-9]+).*${ext}', '${file}').group(1))")
79
echo "Postman Version = ${version}"
80
echo "VERSION=${version}" >> $GITHUB_ENV
81
- rm -v ${file}
+ rm -v "${file}"
82
83
- name : "Check if app.asar file is found"
84
run: |
0 commit comments