aboutsummaryrefslogtreecommitdiffstats
path: root/.builds
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-06-29 00:52:35 -0700
committerGravatar Tom Willemse2026-06-29 00:52:35 -0700
commit5a5372acc49db2763659f59a8a8dde25b607b2b9 (patch)
tree351e0178b778a3a30b5e98b3ecf4073454a6ba9d /.builds
parenta7eb912da77a514ffc310a04bac6ae7127d6593f (diff)
downloademacs-config-5a5372acc49db2763659f59a8a8dde25b607b2b9.tar.gz
emacs-config-5a5372acc49db2763659f59a8a8dde25b607b2b9.zip
GNUmakefile: Change location of tar file
‘make package’ complains that the directory contents changed while trying to make the tarball. I assume that's because the tarball is made in the directory that's being packaged. Moving it should fix this.
Diffstat (limited to '.builds')
-rw-r--r--.builds/repo.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/repo.yml b/.builds/repo.yml
index 5180c77..9de5939 100644
--- a/.builds/repo.yml
+++ b/.builds/repo.yml
@@ -9,6 +9,6 @@ tasks:
cd emacs-config
make
- upload: |
- cd emacs-config/public
+ cd emacs-config
acurl -f "https://pages.sr.ht/publish/ryuslash.srht.site/emacs-config/" \
-Fcontent=@emacs-config.tar.gz