Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit b246c4b

Browse files
committed
upd workflow
1 parent 4d5a383 commit b246c4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix-files/workflow.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let
2626
(steps.cacheNix { keyJob = "front"; })
2727
{
2828
name = "Build";
29-
run = run.nixScript { inherit dir; inDir = true; name = "buildGHPages"; };
29+
run = run.nixScript { inherit dir; inDir = true; name = front.packages.${system}.buildGHPages.pname; };
3030
}
3131
{
3232
name = "GitHub Pages action";
@@ -59,7 +59,7 @@ let
5959
}
6060
{
6161
name = "Release app on Heroku";
62-
run = run.nixScript { dir = backDir; inDir = true; name = "herokuRelease"; };
62+
run = run.nixScript { dir = backDir; inDir = true; name = back.packages.${system}.herokuRelease.pname; };
6363
}
6464
];
6565
};

0 commit comments

Comments
 (0)