File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ jobs:
141
141
run : |
142
142
# Perform build and execution separately to avoid any potential output from
143
143
# cargo leaking into the output file.
144
- cargo build --manifest-path sync-team/Cargo.toml -- release
145
- ./sync-team/ target/release/sync- team print-plan \
144
+ cargo build --release
145
+ ./target/release/team sync print-plan \
146
146
--services github \
147
147
--team-json team-api 2>&1 | tee -a output.txt
148
148
Original file line number Diff line number Diff line change 97
97
ZULIP_API_TOKEN : ${{ secrets.ZULIP_API_TOKEN }}
98
98
ZULIP_USERNAME : ${{ secrets.ZULIP_USERNAME }}
99
99
run : |
100
- cargo run --manifest-path sync-team/Cargo.toml \
101
- apply --team-json build
100
+ cargo run sync apply --team-json build
102
101
103
102
- name : Disable Jekyll
104
103
run : touch build/.nojekyll
You can’t perform that action at this time.
0 commit comments