We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f5e66 commit 23a7edaCopy full SHA for 23a7eda
2 files changed
.github/workflows/rust_release.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build exclude flags
35
id: excludes
36
run: |
37
- EXCLUDE_FLAGS="--exclude sift_stream_bindings --exclude sift_cli"
+ EXCLUDE_FLAGS="--exclude sift-stream-bindings --exclude sift_cli"
38
if [ -n "${{ inputs.exclude_crates }}" ]; then
39
IFS=',' read -ra CRATES <<< "${{ inputs.exclude_crates }}"
40
for crate in "${CRATES[@]}"; do
.github/workflows/rust_release_dry_run.yaml
0 commit comments