Skip to content

Commit ebeeb15

Browse files
authored
Update release.yml
1 parent ce52afa commit ebeeb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
use-cross: ${{ matrix.target.cross }}
7878
command: build
79-
args: --release --bin=cli-candlestick-chart --features=serde serde_json csv clap --target=${{ matrix.target.target }}
79+
args: --release --bin=cli-candlestick-chart --features='serde serde_json csv clap' --target=${{ matrix.target.target }}
8080

8181
- name: Copy release files
8282
shell: bash

0 commit comments

Comments
 (0)