From 1d6d928ffbbc8bb4d0a717339ada421ff82d5161 Mon Sep 17 00:00:00 2001 From: Eoghan Conlon Date: Fri, 21 Feb 2025 13:32:14 +0000 Subject: [PATCH] Fix. Readding the commands to the .yml file as the bash file was lost at some stage Signed-off-by: Eoghan Conlon --- nix-build_deploy/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nix-build_deploy/action.yml b/nix-build_deploy/action.yml index 6c8a45d..277781e 100644 --- a/nix-build_deploy/action.yml +++ b/nix-build_deploy/action.yml @@ -9,7 +9,9 @@ runs: with: repository: ${{ gitea.repository }} ref_name: ${{ gitea.ref_name }} - - run: build.sh + - run: nix build + - run: mkdir temp + - run: cp -rL result/* ./temp with: ssh_key: ${{ secrets.SSH_KEY }} username: ${{ env.GITHUB_REPOSITORY_OWNER }}