Skip to content

Commit 16f062d

Browse files
committed
fix: ci upload of artifacts
Signed-off-by: AlexandreBrg <alexandre.burgoni@clever-cloud.com>
1 parent 8b3b416 commit 16f062d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ref: main
2323
- uses: taiki-e/upload-rust-binary-action@v1
2424
with:
25-
bin: foundationdb-exporter
25+
bin: fdb-exporter
2626
tar: unix
2727
zip: windows
2828
token: ${{ secrets.GITHUB_TOKEN }}

src/status_models/cluster.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ mod tests {
9494
ClusterStatus {
9595
database_available: true,
9696
machines: HashMap::new(),
97-
data: ClusterData::default(),
97+
data: Some(ClusterData::default()),
9898
processes: HashMap::new(),
9999
latency_probe: None,
100100
generation: 1,

0 commit comments

Comments
 (0)