mirror of
https://github.com/MAGICGrants/cuprate-for-explorer.git
synced 2026-01-08 19:27:54 -05:00
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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user