mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix: name of checksum
This commit is contained in:
parent
60ecaa5008
commit
87a7b373d7
1 changed files with 1 additions and 1 deletions
|
|
@ -100,6 +100,6 @@ runs:
|
||||||
mv ${{ github.workspace }}/build/deploy.iso ${full_path} || true
|
mv ${{ github.workspace }}/build/deploy.iso ${full_path} || true
|
||||||
cd $(dirname ${full_path})
|
cd $(dirname ${full_path})
|
||||||
iso_fn=$(basename ${iso_name})
|
iso_fn=$(basename ${iso_name})
|
||||||
sha256sum ${iso_fn} > ${iso_fn%.iso}-CHECKSUM
|
sha256sum ${iso_fn} > ${iso_fn}-CHECKSUM
|
||||||
echo "iso_path=${full_path}" >> $GITHUB_OUTPUT
|
echo "iso_path=${full_path}" >> $GITHUB_OUTPUT
|
||||||
echo "iso_name=${iso_fn}" >> $GITHUB_OUTPUT
|
echo "iso_name=${iso_fn}" >> $GITHUB_OUTPUT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue