From 2cc22dc7d21beec27c54766b6c866d1aba2c4033 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Thu, 15 Jul 2021 15:43:16 +0200 Subject: cargo.toml needs to be separate, it seems --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2e73ab..5628f8b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ variables: paths: - "./**/librewolf*.dsc" - "./**/librewolf*.xz" + - "./**/Cargo.toml" .prepare_ubuntu: &prepare_ubuntu variables: -- cgit