Skip to content

Commit

Permalink
Fix MINIFY in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
localghost committed Oct 22, 2023
1 parent d8fdc37 commit c0f85bc
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 @@ -19,5 +19,5 @@ jobs:
with:
RUSTTARGET: x86_64-unknown-linux-musl
ARCHIVE_TYPES: tar.gz
MINIFY: "yes"
MINIFY: "true"
TOOLCHAIN_VERSION: stable

0 comments on commit c0f85bc

Please sign in to comment.