Skip to content

Commit aa704aa

Browse files
committed
ci: Remove --release, only use --profile=dist
1 parent 1b58e51 commit aa704aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
target: ${{ matrix.targets }}
2626
- run: cargo install cargo-quickinstall
2727
- run: cargo quickinstall cross
28-
- run: cross build --bin ${{ matrix.bins }} --locked --release --target ${{ matrix.targets }} --profile=dist
28+
- run: cross build --bin ${{ matrix.bins }} --locked --target ${{ matrix.targets }} --profile=dist
2929

3030
- name: archive
3131
run: |

0 commit comments

Comments
 (0)