Update base64.yml

This commit is contained in:
saisatishkarra
2024-06-05 04:40:50 -05:00
committed by GitHub
parent 3caefff86b
commit 2a482ffa03

View File

@@ -15,7 +15,7 @@ jobs:
id: sha256
run: |
binary_artifacts=$(find "." -type f \
\( -name "*.deb" \) \
\( -name "*.md" \) \
-exec sha256sum {} \;)
echo "Found artifacts: ${binary_artifacts}"