From b05580d23b68c74c4e5e20891760ced3ae6f7d92 Mon Sep 17 00:00:00 2001 From: Osmose Date: Sat, 21 Sep 2024 16:59:44 -0700 Subject: [PATCH] Add missing distPath --- .github/workflows/build-binary.yml | 1 + packages/phantomake/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-binary.yml b/.github/workflows/build-binary.yml index cc0cd8e..a74626a 100644 --- a/.github/workflows/build-binary.yml +++ b/.github/workflows/build-binary.yml @@ -157,3 +157,4 @@ jobs: releaseName: ${{ github.ref_name }} args: ${{ matrix.args }} projectPath: ./packages/gui + distPath: ./packages/gui/dist diff --git a/packages/phantomake/package.json b/packages/phantomake/package.json index 9693463..30c3355 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.11", + "version": "0.4.12", "license": "ISC", "module": "src/index.ts", "bin": "./src/cli.ts",