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