fix(CI): add missing -D arg for install

This commit is contained in:
technofab 2024-04-24 21:46:10 +02:00
parent 5441a6284a
commit c2a5f47341

View file

@ -94,7 +94,7 @@
deps = [pkgs.gnutar]; deps = [pkgs.gnutar];
script = [ script = [
"nix build .#\${TEMPLATE}" "nix build .#\${TEMPLATE}"
"install result templates/\${TEMPLATE}.tf.json" "install -D result templates/\${TEMPLATE}.tf.json"
"tar -cf templates/\${TEMPLATE}.tar -C templates \${TEMPLATE}.tf.json" "tar -cf templates/\${TEMPLATE}.tar -C templates \${TEMPLATE}.tf.json"
]; ];
artifacts.paths = ["templates/"]; artifacts.paths = ["templates/"];