diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ba39ec..07c29f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: