From a8089bb1a949513069fea166fee3cd1425fa17b4 Mon Sep 17 00:00:00 2001 From: Eoghan Conlon Date: Fri, 4 Oct 2024 17:18:33 +0100 Subject: [PATCH] Fix. Forgot to create the temp folder Signed-off-by: Eoghan Conlon --- nix-build_deploy/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/nix-build_deploy/action.yml b/nix-build_deploy/action.yml index 50437cf..3cb14f6 100644 --- a/nix-build_deploy/action.yml +++ b/nix-build_deploy/action.yml @@ -10,6 +10,7 @@ runs: repository: ${{ gitea.repository }} ref_name: ${{ gitea.ref_name }} - run: nix build + - run: mkdir temp - run: cp -rL result/* ./temp - uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v6 with: