1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

ci: fix the dist build assets path

This commit is contained in:
Quentin Gliech
2023-07-25 11:49:36 +02:00
parent 0421ba638e
commit 7bf6777a90
7 changed files with 39 additions and 6 deletions

View File

@@ -24,6 +24,9 @@
//! Application configuration logic
#[cfg(all(feature = "docker", feature = "dist"))]
compile_error!("Only one of the `docker` and `dist` features can be enabled at once");
pub(crate) mod schema;
mod sections;
pub(crate) mod util;