actions/nix-build_deploy/build.sh
Eoghan Conlon 3e4f9bd5de Feat. Making nix-build_deploy a script rather than 3 commands
Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
2025-02-12 17:34:57 +00:00

5 lines
No EOL
56 B
Bash
Executable file

#!/bin/bash
nix build
mkdir temp
cp -rL result/* ./temp