فهرست منبع

fix: enable optimizations in cli builds for releases

Jonathan Kelley 4 ماه پیش
والد
کامیت
14eb7597df
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/publish.yml

+ 1 - 1
.github/workflows/publish.yml

@@ -102,7 +102,7 @@ jobs:
           checksum: sha256
           manifest_path: packages/cli/Cargo.toml
           ref: refs/tags/${{ env.RELEASE_POST }}
-          features: wasm-opt
+          features: optimizations
 
   # todo: these things
   # Run benchmarks, which we'll use to display on the website