mirror of
https://github.com/alterware/master-server.git
synced 2025-08-30 21:13:17 +00:00
maint(github): update build workflow
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -142,7 +142,7 @@ jobs:
|
|||||||
platform: arm64
|
platform: arm64
|
||||||
steps:
|
steps:
|
||||||
- name: Check out files
|
- name: Check out files
|
||||||
uses: actions/checkout@v3.5.2
|
uses: actions/checkout@v3.5.3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
@@ -37,7 +37,7 @@ namespace
|
|||||||
root.Accept(root_writer);
|
root.Accept(root_writer);
|
||||||
|
|
||||||
std::string root_data(root_buffer.GetString(), root_buffer.GetLength());
|
std::string root_data(root_buffer.GetString(), root_buffer.GetLength());
|
||||||
utils::io::write_file("/var/www/master.alterware.dev/html/stats.json", root_data);
|
utils::io::write_file("/var/www/server.alterware.dev/html/stats.json", root_data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user