Skip to content

Commit

Permalink
fix: build_artifact_path
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Mar 26, 2024
1 parent 837729c commit 76676a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mod domain {
Develop,
}

pub const BUILD_ARTIFACT_PATH: &str = "/SeichiAssist/target/SeichiAssist.jar";
pub const BUILD_ARTIFACT_PATH: &str = "/SeichiAssist/target/build/SeichiAssist.jar";

pub const STABLE_BUILD_DIR_PATH: &str = "/builds/stable";
pub const STABLE_BUILD_FILE_PATH: &str = "/builds/stable/SeichiAssist.jar";
Expand Down

0 comments on commit 76676a7

Please sign in to comment.