ci: adopt reusable workflows from `named-data/actions`

Change-Id: I522f7d5165d0da410945ff01bb38a19cad8d038d
diff --git a/wscript b/wscript
index f4f1e70..854be94 100644
--- a/wscript
+++ b/wscript
@@ -204,7 +204,9 @@
         Logs.warn('%s is not writable (%s)' % (versionFile, e.strerror))
 
 def dist(ctx):
+    ctx.algo = 'tar.xz'
     version(ctx)
 
 def distcheck(ctx):
+    ctx.algo = 'tar.xz'
     version(ctx)