Skip to content

Commit 020413b

Browse files
committed
No longer generate a separate SHA-256 verification file
1 parent 5b48df9 commit 020413b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ runs:
174174
# Compress Armbian image file
175175
pigz -qf *.img || gzip -qf *.img
176176
# Generate a sha256sum verification file for each Armbian image file
177-
for file in *; do [[ -f "${file}" ]] && sha256sum "${file}" >"${file}.sha" 2>/dev/null; done
178-
rm -f *.sha.sha 2>/dev/null
177+
#for file in *; do [[ -f "${file}" ]] && sha256sum "${file}" >"${file}.sha" 2>/dev/null; done
178+
#rm -f *.sha.sha 2>/dev/null
179179
sync && sleep 3
180180
181181
cd ${{ github.action_path }}

0 commit comments

Comments
 (0)