diff --git a/.github/workflows/build-binary.yml b/.github/workflows/build-binary.yml index c6d4f65..10ebe44 100644 --- a/.github/workflows/build-binary.yml +++ b/.github/workflows/build-binary.yml @@ -145,7 +145,7 @@ jobs: if: matrix.platform == 'macos-latest' run: | mv phantomake ./packages/gui/src-tauri/binaries/phantomake-universal-apple-darwin - cd ./packages/gui/src-tauri-binaries + cd ./packages/gui/src-tauri/binaries ln -s phantomake-universal-apple-darwin phantomake-aarch64-apple-darwin ln -s phantomake-universal-apple-darwin phantomake-x86_64-apple-darwin pwd diff --git a/packages/phantomake/package.json b/packages/phantomake/package.json index 089530c..bf29c42 100644 --- a/packages/phantomake/package.json +++ b/packages/phantomake/package.json @@ -1,7 +1,7 @@ { "name": "phantomake", "description": "A file-focused static site generator", - "version": "0.4.23", + "version": "0.4.24", "license": "ISC", "module": "src/index.ts", "bin": "./src/cli.ts",