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 }}