summaryrefslogtreecommitdiff
path: root/.gitea/workflows/static.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitea/workflows/static.yml')
-rw-r--r--.gitea/workflows/static.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/static.yml b/.gitea/workflows/static.yml
index 93c92092..ecab9d63 100644
--- a/.gitea/workflows/static.yml
+++ b/.gitea/workflows/static.yml
@@ -27,7 +27,7 @@ jobs:
run: >-
export HAKUREI_REV="$(git rev-parse --short HEAD)" &&
sed -i.old 's/version = /version = "0.0.0-'$HAKUREI_REV'"; # version = /' package.nix &&
- nix build --print-out-paths --print-build-logs .#hakurei-static &&
+ nix build --print-out-paths --print-build-logs .#static &&
mv package.nix.old package.nix &&
echo "rev=$HAKUREI_REV" >> $GITHUB_OUTPUT