We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f754f8 + ae4b439 commit b225d14Copy full SHA for b225d14
.github/workflows/publish_binaries.yml
@@ -54,7 +54,7 @@ jobs:
54
run: |
55
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
56
- name: Publish
57
- run: cargo publish --token ${{ secrets.CARGO_API_TOKEN }}
+ run: cargo publish --token ${{ secrets.CARGO_API_TOKEN }} --all-features
58
build-deb:
59
name: Build and upload deb package
60
runs-on: ubuntu-latest
0 commit comments