maint(github): update build workflow

This commit is contained in:
Diavolo 2023-06-18 23:43:42 +02:00
parent 2daceef646
commit 9681a489ed
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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);
} }
} }