diff options
-rw-r--r-- | .build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml index a204651..8c9b47b 100644 --- a/.build.yml +++ b/.build.yml @@ -34,3 +34,5 @@ tasks: tar -cvz . > ../../site.tar.gz - upload: | acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz +artifacts: + - site.tar.gz |