|
26 | 26 | run: rustup target add x86_64-unknown-linux-gnu |
27 | 27 |
|
28 | 28 | - name: Build x86_64-unknown-linux-gnu |
29 | | - run: cargo build --package jcg --profile cli --target x86_64-unknown-linux-gnu |
| 29 | + run: cargo build --package jsoncodegen-cli --profile cli --target x86_64-unknown-linux-gnu |
30 | 30 |
|
31 | 31 | - name: Rename Binary |
32 | 32 | run: mv target/x86_64-unknown-linux-gnu/cli/jcg jcg-x86_64-unknown-linux-gnu |
|
56 | 56 | run: rustup target add aarch64-unknown-linux-gnu |
57 | 57 |
|
58 | 58 | - name: Build aarch64-unknown-linux-gnu |
59 | | - run: cargo build --package jcg --profile cli --target aarch64-unknown-linux-gnu |
| 59 | + run: cargo build --package jsoncodegen-cli --profile cli --target aarch64-unknown-linux-gnu |
60 | 60 |
|
61 | 61 | - name: Rename Binary |
62 | 62 | run: mv target/aarch64-unknown-linux-gnu/cli/jcg jcg-aarch64-unknown-linux-gnu |
@@ -87,10 +87,10 @@ jobs: |
87 | 87 | run: rustup target add x86_64-pc-windows-msvc i686-pc-windows-msvc |
88 | 88 |
|
89 | 89 | - name: Build x86_64-pc-windows-msvc |
90 | | - run: cargo build --package jcg --profile cli --target x86_64-pc-windows-msvc |
| 90 | + run: cargo build --package jsoncodegen-cli --profile cli --target x86_64-pc-windows-msvc |
91 | 91 |
|
92 | 92 | - name: Build i686-pc-windows-msvc |
93 | | - run: cargo build --package jcg --profile cli --target i686-pc-windows-msvc |
| 93 | + run: cargo build --package jsoncodegen-cli --profile cli --target i686-pc-windows-msvc |
94 | 94 |
|
95 | 95 | - name: Rename x86_64 Binary |
96 | 96 | run: move target/x86_64-pc-windows-msvc/cli/jcg.exe jcg-x86_64-pc-windows-msvc.exe |
@@ -132,7 +132,7 @@ jobs: |
132 | 132 | run: rustup target add aarch64-pc-windows-msvc |
133 | 133 |
|
134 | 134 | - name: Build aarch64-pc-windows-msvc |
135 | | - run: cargo build --package jcg --profile cli --target aarch64-pc-windows-msvc |
| 135 | + run: cargo build --package jsoncodegen-cli --profile cli --target aarch64-pc-windows-msvc |
136 | 136 |
|
137 | 137 | - name: Rename Binary |
138 | 138 | run: move target/aarch64-pc-windows-msvc/cli/jcg.exe jcg-aarch64-pc-windows-msvc.exe |
@@ -163,10 +163,10 @@ jobs: |
163 | 163 | run: rustup target add x86_64-apple-darwin aarch64-apple-darwin |
164 | 164 |
|
165 | 165 | - name: Build x86_64-apple-darwin |
166 | | - run: cargo build --package jcg --profile cli --target x86_64-apple-darwin |
| 166 | + run: cargo build --package jsoncodegen-cli --profile cli --target x86_64-apple-darwin |
167 | 167 |
|
168 | 168 | - name: Build aarch64-apple-darwin |
169 | | - run: cargo build --package jcg --profile cli --target aarch64-apple-darwin |
| 169 | + run: cargo build --package jsoncodegen-cli --profile cli --target aarch64-apple-darwin |
170 | 170 |
|
171 | 171 | - name: Rename x86_64 Binary |
172 | 172 | run: mv target/x86_64-apple-darwin/cli/jcg jcg-x86_64-apple-darwin |
|
0 commit comments