Skip to content

Commit

Permalink
Work around cargo-dist warning making an invalid JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
DCNick3 committed Feb 2, 2023
1 parent ed44345 commit f4b1d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4b1d7c

Please sign in to comment.