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 a0dd903 commit 7a51b47Copy full SHA for 7a51b47
.github/workflows/postman.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name : "Check if app.asar file is found"
74
run: |
75
- path=$(grep -R --text 'getWorkingInScratchpadBanner' $PWD/Postman* | cut -d':' -f1 | uniq | grep 'app.asar')
+ path=$(find $PWD/Postman* -type f -iname app.asar)
76
77
if [[ "${path}" == *app.asar ]]; then
78
echo "app.asar path: ${path}"
0 commit comments