We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b48df9 commit 020413bCopy full SHA for 020413b
action.yml
@@ -174,8 +174,8 @@ runs:
174
# Compress Armbian image file
175
pigz -qf *.img || gzip -qf *.img
176
# 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
+ #for file in *; do [[ -f "${file}" ]] && sha256sum "${file}" >"${file}.sha" 2>/dev/null; done
+ #rm -f *.sha.sha 2>/dev/null
179
sync && sleep 3
180
181
cd ${{ github.action_path }}
0 commit comments