mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 13:01:12 +03:00
Workflow fixed
НАХУЙ ЭТО ГОВНО!
This commit is contained in:
parent
0526cc9412
commit
c0bf550eb8
6 changed files with 4 additions and 24 deletions
|
|
@ -108,7 +108,7 @@ async fn main() -> Result<()> {
|
|||
}));
|
||||
|
||||
// 3. Display info about current instance and check updates
|
||||
tracing::info!("The Sculptor v{SCULPTOR_VERSION}+{} ({REPOSITORY})", &GIT_HASH[..7]);
|
||||
tracing::info!("The Sculptor v{SCULPTOR_VERSION} ({REPOSITORY})");
|
||||
// let _ = check_updates(REPOSITORY, SCULPTOR_VERSION).await; // Currently, there is no need to do anything with the result of the function
|
||||
|
||||
match get_latest_version(REPOSITORY).await {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue