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 ffaca58 commit 9e8c820Copy full SHA for 9e8c820
.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" --release --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