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.
1 parent ce52afa commit ebeeb15Copy full SHA for ebeeb15
.github/workflows/release.yml
@@ -76,7 +76,7 @@ jobs:
76
with:
77
use-cross: ${{ matrix.target.cross }}
78
command: build
79
- args: --release --bin=cli-candlestick-chart --features=serde serde_json csv clap --target=${{ matrix.target.target }}
+ args: --release --bin=cli-candlestick-chart --features='serde serde_json csv clap' --target=${{ matrix.target.target }}
80
81
- name: Copy release files
82
shell: bash
0 commit comments