maint(github): update build workflow
This commit is contained in:
parent
2daceef646
commit
9681a489ed
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user