Skip to content

Commit 6d8822d

Browse files
committed
Fix name of binary in dry-run CI workflow
1 parent 34e91a6 commit 6d8822d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
# Perform build and execution separately to avoid any potential output from
143143
# cargo leaking into the output file.
144144
cargo build --release
145-
./target/release/team sync print-plan \
145+
./target/release/rust-team sync print-plan \
146146
--services github \
147147
--team-json team-api 2>&1 | tee -a output.txt
148148

0 commit comments

Comments
 (0)