about summary refs log tree commit diff stats
path: root/.builds/arch.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/arch.yml')
-rw-r--r--.builds/arch.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.builds/arch.yml b/.builds/arch.yml
index 1e44b51..90f7d5e 100644
--- a/.builds/arch.yml
+++ b/.builds/arch.yml
@@ -8,7 +8,15 @@ triggers:
   - action: email
     condition: always
     to: ~spicywolf/[email protected]
+artifacts:
+  - linux-nbtpd.tar
 tasks:
   - build: |
       cd nbtpd
       make
+  - release: |
+      cd nbtpd
+      make release
+  - tar: |
+      tar -cv linux-nbtpd.tar nbtpd/rel nbtpd/dbg nbtpd/bin
+