Skip to content

Commit 322d288

Browse files
committed
ok, just cd normally gosh
1 parent e923d8f commit 322d288

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release+build+publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,9 @@ jobs:
228228
gh release upload "${TAG_NAME}" ../binary-archives/*
229229
230230
- name: Publish to crates.io
231-
run: cargo -C source publish
231+
run: |
232+
cd source
233+
cargo publish
232234
env:
233235
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
234236

0 commit comments

Comments
 (0)