about summary refs log tree commit diff stats
path: root/.builds/freebsd.yml
diff options
context:
space:
mode:
authorRen Kararou <[email protected]>2024-12-31 03:04:36 -0600
committerRen Kararou <[email protected]>2024-12-31 03:04:36 -0600
commit85acd2ef82b447c5b5a63af576fa355f42f4262a (patch)
tree1cd9261f5f15b27ca9d6c2af5bce429eb76fee5d /.builds/freebsd.yml
parent9db320f13646eb0f235ddb5926238d0cc785afbc (diff)
downloadnbtpd-85acd2ef82b447c5b5a63af576fa355f42f4262a.tar.gz
nbtpd-85acd2ef82b447c5b5a63af576fa355f42f4262a.tar.bz2
nbtpd-85acd2ef82b447c5b5a63af576fa355f42f4262a.zip
fix ci tar flag issue
Diffstat (limited to '.builds/freebsd.yml')
-rw-r--r--.builds/freebsd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 979b852..1d772f8 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -17,4 +17,4 @@ tasks:
       cd nbtpd
       gmake release
   - tar: |
-      tar -cv freebsd-nbtpd.tar nbtpd/rel nbtpd/dbg nbtpd/bin
+      tar -cvf freebsd-nbtpd.tar nbtpd/rel nbtpd/dbg nbtpd/bin