Skip to content

Commit

Permalink
build in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dbstratta committed Dec 17, 2024
1 parent aec42b5 commit f83d96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Build
run: cargo lambda build --output-format zip
run: cargo lambda build --release --output-format zip

- name: Release
env:
Expand Down

0 comments on commit f83d96d

Please sign in to comment.