Try to search/add hash files into GH-workspace

This commit is contained in:
abejgonzalez
2021-10-07 23:33:18 -07:00
parent 897156ad5b
commit c776ebf970
2 changed files with 3 additions and 3 deletions

View File

@@ -15,6 +15,6 @@ for tools in 'riscv-tools' 'esp-tools' ; do
git submodule status "toolchains/${tools}" 'toolchains/libgloss' 'toolchains/qemu' |
while read -r line ; do
echo "${line#[!0-9a-f]}"
done > "${tools}.hash"
done > "$GITHUB_WORKSPACE/${tools}.hash"
done
echo "Hashfile for riscv-tools and esp-tools created in $HOME"