Skip to content

Commit 511ea43

Browse files
authored
Merge pull request #1738 from Kobzol/fix-dry-run-binary
Fix name of binary in dry-run CI workflow
2 parents d2c0f88 + 6d8822d commit 511ea43

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)