From 352c33ba835f6194f03187a5cd14f979ef40a70d Mon Sep 17 00:00:00 2001 From: DTB Date: Fri, 24 Nov 2023 08:02:14 -0700 Subject: [PATCH] hope it works 3 --- .build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index 61e790d..35ad4d6 100644 --- a/.build.yml +++ b/.build.yml @@ -9,7 +9,7 @@ tasks: - package: | make -C src dist/homepage.tar.gz - vocalize: | - tar tzf dist/homepage.tar.gz - ls -l homepage.tar.gz + ls -l src/dist/homepage.tar.gz + tar tzf src/dist/homepage.tar.gz - upload: | hut pages publish -d trinity.moe src/dist/homepage.tar.gz