From be3e3e708024ef579dd1c1fe7f8f723242accfdd Mon Sep 17 00:00:00 2001 From: indigo-san Date: Tue, 13 Feb 2024 18:12:22 +0900 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5108ea982..1b1748edc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -162,7 +162,7 @@ jobs: - name: Set Installed-Size run: | - SizeInKiloBytes=`du -s -k ubuntu22.04_amd64 | awk '{print $1}'` + SizeInKiloBytes=`du -s -k packages/ubuntu22.04_amd64 | awk '{print $1}'` cd packages/ubuntu22.04_amd64/DEBIAN echo "Installed-Size: $SizeInKiloBytes" >> control