diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 877583f6..727852b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -249,7 +249,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: rescript-schema-ppx - path: packages/rescript-schema-ppx/rescript-schema-ppx-8.2.1.tgz + path: packages/rescript-schema-ppx/rescript-schema-ppx-8.2.2.tgz benchmark: name: Benchmark diff --git a/packages/rescript-schema-ppx/package.json b/packages/rescript-schema-ppx/package.json index f17ef31e..fccd90a9 100644 --- a/packages/rescript-schema-ppx/package.json +++ b/packages/rescript-schema-ppx/package.json @@ -1,6 +1,6 @@ { "name": "rescript-schema-ppx", - "version": "8.2.1", + "version": "8.2.2", "description": "ReScript PPX to generate rescript-schema from type", "keywords": [ "ReScript", @@ -24,6 +24,7 @@ "ppx-windows.exe", "ppx-linux.exe", "ppx-osx.exe", + "ppx-osx-x64.exe", "bin.cmd", "bin" ],