From ae60f0f2781dc68ab0cd953d81d539fe11af0eed Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Fri, 10 May 2024 17:03:23 +0530 Subject: [PATCH] Fix iso.sh --- .github/workflows/iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iso.sh b/.github/workflows/iso.sh index acad482..2aaa71d 100644 --- a/.github/workflows/iso.sh +++ b/.github/workflows/iso.sh @@ -84,7 +84,7 @@ mv $HOME/Downloads/home/runner/work/T2-Mint/T2-Mint/${iso}.iso $HOME/Downloads echo -e "\nVerifying sha256 checksums" -actual_iso_chksum=$(curl -sL https://github.com/t2linux/T2-Mint/releases/download/${latest}/sha256-${flavour} +actual_iso_chksum=$(curl -sL https://github.com/t2linux/T2-Mint/releases/download/${latest}/sha256-${flavour} | cut -d " " -f 1) case "$os" in (Darwin)