Skip to content

Commit 51519bc

Browse files
Edward AlmondEdward Almond
authored andcommitted
ci(release): fix cargo build targetting by using -p ruststack instead of exclude
1 parent 62b879d commit 51519bc

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
key: ${{ matrix.target }}
4242

4343
- name: Build release binary
44-
run: cargo build --release --target ${{ matrix.target }} --exclude ruststack-py
44+
run: cargo build --release -p ruststack --target ${{ matrix.target }}
4545

4646
- name: Package binary (Unix)
4747
run: |

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)