Skip to content

Commit e4ecf1c

Browse files
committed
Update release workflow to build macos release builds
1 parent 37b7e29 commit e4ecf1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: actions-rs/cargo@v1
7272
with:
7373
command: build
74-
args: --verbose --target ${{ matrix.target }}
74+
args: --verbose --release --target ${{ matrix.target }}
7575
if: matrix.os == 'macos-latest'
7676

7777
- name: Build

0 commit comments

Comments
 (0)