Skip to content

Commit 65166ff

Browse files
[Github Actions] Delete unneeded files
1 parent 251317b commit 65166ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/postman.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
path=$(find $PWD/Postman -type f -iname app.asar)
9898
asar e "$path" /tmp/postman_app.asar_extracted
9999
version=$(cat /tmp/postman_app.asar_extracted/package.json | jq .version -r)
100+
rm -rf /tmp/postman_app.asar_extracted
100101
fi
101102
102103
echo "Postman Version = ${version}"

0 commit comments

Comments
 (0)