chore: Use release version of cargo build

This commit is contained in:
Fabio Lenherr 2023-09-18 16:39:19 +02:00
parent 95263f0baa
commit 55642c7c63

View file

@ -13,7 +13,7 @@ jobs:
profile: minimal
toolchain: nightly
- name: Build
run: cargo build --verbose
run: cargo build --release --verbose
- name: Release
uses: softprops/action-gh-release@v1
with: