We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b7e29 commit e4ecf1cCopy full SHA for e4ecf1c
1 file changed
.github/workflows/release.yml
@@ -71,7 +71,7 @@ jobs:
71
uses: actions-rs/cargo@v1
72
with:
73
command: build
74
- args: --verbose --target ${{ matrix.target }}
+ args: --verbose --release --target ${{ matrix.target }}
75
if: matrix.os == 'macos-latest'
76
77
- name: Build
0 commit comments