Skip to content

Commit 7a51b47

Browse files
committed
Fixed Error in CI/CD Pipeline
1 parent a0dd903 commit 7a51b47

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
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name : "Check if app.asar file is found"
7474
run: |
75-
path=$(grep -R --text 'getWorkingInScratchpadBanner' $PWD/Postman* | cut -d':' -f1 | uniq | grep 'app.asar')
75+
path=$(find $PWD/Postman* -type f -iname app.asar)
7676
7777
if [[ "${path}" == *app.asar ]]; then
7878
echo "app.asar path: ${path}"

0 commit comments

Comments
 (0)