From f4b1d7c22858781de46439d290670e4c7c94144e Mon Sep 17 00:00:00 2001 From: Nikita Strygin Date: Thu, 2 Feb 2023 18:46:37 +0300 Subject: [PATCH] Work around cargo-dist warning making an invalid JSON --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47f82d9..7e4de09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ on: env: ALL_CARGO_DIST_TARGET_ARGS: --target=x86_64-unknown-linux-gnu --target=x86_64-apple-darwin --target=x86_64-pc-windows-msvc - ALL_CARGO_DIST_INSTALLER_ARGS: --installer=github-shell + ALL_CARGO_DIST_INSTALLER_ARGS: --installer=github-shell --verbose=off # verbose=off is a workaround for https://github.com/axodotdev/cargo-dist/issues/90 jobs: # Create the Github Release™️ so the packages have something to be uploaded to