We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b0c9b commit fef16acCopy full SHA for fef16ac
1 file changed
.github/workflows/download.yml
@@ -37,6 +37,7 @@ jobs:
37
mkdir -p /opt/download
38
cd /opt/download
39
wget $download_url
40
+ find ./ -type f -print|xargs sha256sum
41
42
- name: upload artifact
43
uses: actions/upload-artifact@v2
0 commit comments