Skip to content

Commit 6db8d0e

Browse files
committed
Fix publish job bindgen command
1 parent 352aac8 commit 6db8d0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-spm.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
- name: Run bdk-ffi-bindgen
3737
working-directory: build/bdk-ffi
3838
run: |
39-
cargo run --package bdk-ffi-bindgen -- --language swift --out-dir ../bdk-swift/Sources/BitcoinDevKit
40-
39+
cargo run --bin uniffi-bindgen generate src/bdk.udl --language swift --out-dir ../bdk-swift/Sources/BitcoinDevKit --no-format
4140
- name: Build bdk-ffi for x86_64-apple-darwin
4241
working-directory: build
4342
run: |

0 commit comments

Comments
 (0)