mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-04-23 06:18:12 +00:00
parent
b169557ff2
commit
95aca1d4a5
1 changed files with 5 additions and 1 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -61,7 +61,11 @@ jobs:
|
|||
|
||||
# All archives have these files.
|
||||
cp LICENSE-AGPL target/release/LICENSE
|
||||
cp binaries/cuprated/config/Cuprated.toml target/release/
|
||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||
target/release/cuprated.exe --generate-config > target/release/Cuprated.toml
|
||||
else
|
||||
target/release/cuprated --generate-config > target/release/Cuprated.toml
|
||||
fi
|
||||
|
||||
OS=${{ matrix.os }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue