diff --git a/ci/deploy.sh b/ci/deploy.sh index e72611d5c..0de610c67 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -48,7 +48,7 @@ git config --global commit.gpgsign true git clone git@github.com:nix-community/nur-combined -result/bin/nur combine +result/bin/nur combine nur-combined if [[ -z "$(git diff --exit-code)" ]]; then echo "No changes to the output on this push; exiting."