fix: pwd in generating Release file

This commit is contained in:
2023-05-04 12:03:49 +02:00
parent 89dd681fc6
commit 01454e6521
2 changed files with 0 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ do_hash() {
continue
fi
echo " $(${HASH_CMD} ${f} | cut -d" " -f1) $(wc -c $f)"
pwd
done
}